Can someone please post an example of an HTACCESS file using multiple 301 redirects? I've been searching on Google and I can't seem to find one. I know all of the 301 commands, but would like to see an actual HTACCESS file set up with them.
redirect 301 /path-to-old-url.html http://www.yoursite.com/path-to-new-url.html redirect 301 /path2-to-old-url.html http://www.yoursite.com/path2-to-new-url.html Code (markup):
Thanks, just wanted to make sure that the 301 lines can simply go in the middle of the existing HTACCESS commands.