I have moved a directory and its files to a new location on the server and attempted redirects.
This works for all files after the / but does not redirect http://www.site.com/old-folder/ or http://www.site.com/old-folder (without the forward slash).Code:# redirect a directory with the filenames preserved Redirect 301 /old-folder/(.*) http://www.site.com/new-folder/$1
Bookmarks