Posted on: 10/30/07 10:47pm
By: Anonymous (BMcDonald)
I just discovered a huge problem with my site now that I've upgraded. You guys changed the way URLs are generated so ALL of my site links that I've spent the last year spreading around the web give a access denied message. Now geeklog is looking for "?page=" I'm screwed. Why the heck did you guys do this?
Is there any way to tell the system if it sees /index.php/ to replace it with /index.php?page=" so all my pages with old URLs can be found? This is really bad. I have LOTS of links to my pages all over the internet.
Re: Big Problem with Links after Upgrade to 1.4.1
Posted on: 10/31/07 02:57am
By: Dirk
I guess you simply didn't activate $_CONF['url_rewrite'] ...
bye, Dirk
Re: Big Problem with Links after Upgrade to 1.4.1
Posted on: 10/31/07 03:06am
By: Anonymous (BMcDonald)
Holy cow!! Didn't know a thing about it. But it worked!! Thanks so much Dirk. Amazing it was such a simple fix.