Is there a way to redirect a every file in a directory to one new location without writing each one out in htaccess?
e.g.
all redirect to:
at the moment, the only way I know is by doing this:
But there are a lot of pages and a lot of directories that need redirecting to their new relative pages.
NOTE: I don't want to redirect every page from the old site to the same place. I want to redirect each old directory from the old site to a relevant page on the new site.