Forum Moderators: phranque
/widgets/
/widgets/red/
/widgets/red/big.html
/widgets/blue/small.html
I want to redirect all folders and files under /widgets/ to one url.
The following does not work:
RedirectMatch permanent ^/widgets/$ http://www.example.com/new/widgets.html
Any ideas? Thanks.