I’m trying to write a 301 in our .htaccess file but can’t get it working. We have url’s like the following…
http://www.example.com/?cat=tree-category
http://www.example.com/?cat=food-category
We would like to change these to
http://www.example.com/directory/listings/tree-category
http://www.example.com/directory/listings/food-category
Could anyone help please, it would be very appreciated!
James
This should do it:
Check out: http://www.simonecarletti.com/blog/2009/01/apache-query-string-redirects/