how do I redirect http://mysite.com/folder/category-old/ to http://mysite.com/folder/category-new/?
NOTE:
1. the same ‘category’ exists in all folders.
2. “folder” is variable and could be “folder2” or “folder3”
3. the final folder will always be /category-new/
Use
mod_rewrite. Place something like this in .htaccess in the root directory:See http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html for more info.