Forum Moderators: phranque
I've got a redirect in my Htaccess that isn't working and would be grateful if someone could let me know what's wrong with it:
# Redirect all files with a name that starts with file_49 to a new page
redirectMatch 301 /dir1/dir2/file_49*.htm [mysite.com...]
Thanks