Create a file called .htaccess (note, no name, just dot htaccess) and have this inside it:
Code:
RedirectPermanent /foo foobar.com/foo
Where foobar.com is your site address (put the http protocol in front of it) and /foo is the directory name.
Rinse and repeat as many times as needed.
RedirectPermanent sends an HTTP 301 status code, so it's totally SEO friendly 
|