Forum Moderators: phranque
but that doesn't work. I am not sure if it has something to do with mod_rewrite or not but it is the only thing I can come up with. I can't risk turning off mod_rewrite to see if that is the problem as I am dealing with a very high volume of traffic to those domains. I think it might be the problem though. If anyone can give me any kind of solution, i.e rules or something if it is mod_rewrite to allow ANY query string to ANY script in that virtualhost that would be fine.
Thanks in advance!
Jim
Welcome to WebmasterWorld [webmasterworld.com]!
You may want to look at your httpd.conf and .htaccess code for mod_rewrite directives that maninpulate the query string. If the code is not written carefully, it can indeed drop an existing query string when adding or rearranging parameters. See the [QSA] flag of RewriteRule for hints about this.
Jim