Reputation: 13
I want to redirect all files in a subdirectory to their new root URL.
Old URLS are
www.domain.com/subdirectory/filename-here.html
New location is
www.domain.com/filename.here.html
Old URLs are listed in Google already and need some sort of redirect for these. I'm sure htaccess is the way to go here, but unsure of the solution.
Upvotes: 1
Views: 173