I need to redirect a page like this (values could change in query string)
http://www.domain.com/list.php?id=bla&variable2=product1-product2-product3
Redirect to
http://www.domain.com/list.html?id=bla&variable2=product1-product2-product3
All i need is it to change to .html but everything else should remain the same on the bespoke links.
Any help out there?
Is it a bad idea to do the redirection in list.php file instead of using an .htaccess file?
How about something like:
in
list.php?