Forum Moderators: phranque
So I want to redirect all the links in my "hobby-folder" to my new domain. Since there are over a hundred links and about 10 subfolders (and I don't want to redirect each page and subfolder individually), would the following redirect work:
RedirectMatch permanent ^/hobby-folder/$ [new-domain...]
Will this redirect all the links and subfolders in my hobby folder to my new domain?
Thanks
There is a problem though. It does not redirect my subfolders in my main "hobby folder". Instead, I get an error page.
For example, my hobby folder is named "Hobby-Folder". I have about 10 subfolders in this folder. The largest being "Scrabble". When I use that redirect, it only redirects the "Hobby Folder" index page to my new domain, but does not redirect the links or subfolders in that main folder.
Am I missing something? Thanks.