Forum Moderators: phranque
[edited by: incrediBILL at 6:11 am (utc) on Apr 4, 2012]
[edit reason] exemplified URLs [/edit]
www.old.example.com/reference/abc.html and not www.old.example.com/reference/abc.html?someparameter=somevalue then there's a simple explanation for the sudden appearance of a query string "from nowhere". www.old.example.com/reference/abc.html mod_rewrite internally rewrites this to /index.php?page=abc or similar. Next, mod_alias sees it needs to redirect the request. It uses the already rewritten pointer and redirects to www.example.com/news/index.php?page=abc or similar.