Hi,
We’re migrating our old site to CodeIgniter and are using the Redirect directive in Apache to handle the redirects to our new pages. Our QA just discovered that the Redirect directive will add all the old links’ GET parameters to the new CI urls and cause the new CI links to die a nasty 404 death.
So, the question is: what’s the best way to chop the GET parameters before CI chokes? Should I use a hook? Are there any suggested or tested / proven solutions to this problem?
Any help is appreciated!
