Hi,
I'm just doing a dry run of updating a 2.1.3 geeklog site to 2.2.2, and nearly everything is perfect, the static pages plugin has been bumped up from 1.6.9 to 1.7.3
The one issue I have is that I have url_rewrite turned on, and historically we'd have all the links to static pages formatted as:
/staticpages/index.php/22222222222222222
which now gives a 404 error. The following both work fine:
/index.php/page/22222222222222222
/staticpages/index.php?page=22222222222222222
but because we'll have a whole lot of existing pages in the first form indexed with google etc, I don't really want to have to change that throughout the site and have the search engines have to reindex it all etc
is this a bug? is there a quick fix?
thanks
Matt