Hi,
I recently moved a site over to a new server, none of my code has changed including my .htaccess file.
Now I'm testing out the site on the new server and mod_rewrite doesn't appear to be working correctly.
I've got a redirect set-up to go from [
site.com...] to [
site.com...] and this still works fine. However my other redirects such as RewriteRule ^page/([0-9]+)/?$ page.php?pid=$1 [L,NC]
no longer seem to send the query_string parameter along correctly and I'm not sure why. I'm guessing it is something with the config now but for the life of me I can't figure out what.
I'm trying to find a solution to this issue but wondered if anyone here had any ideas