Forum Moderators: phranque
RedirectMatch permanent ^/subfolder/?$ [site.com...]
How can I make it so that all subsequent folders underneath 'subfolder' get redirected to the same URL as well?
The following have not worked for me:
RedirectMatch permanent ^/subfolder/ [site.com...]
RedirectMatch permanent ^/subfolder/.* [site.com...]