Forum Moderators: phranque
On my test server I have been able to get the following to work
redirect /foo.html?test [blah.blah.blah...]
however it fails if I try
redirect /foo.html?test /test/foo.html
why is that so?
the reason I would like the 2nd option to work is so that I can maintain the same .htaccess file on my test and production environment, otherwise I need to have 2 copies.
On test:
redirect /foo.html?test [test.sever.blah...]
On Production:
redirect /foo.html?test [production.sever.blah...]
Am I missing something?
Thanks for your inputs.