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?