Hello. I hope someone can help. I want to redirect from a folder on site one to the main page on site2. So for example...allfiles in
Site1.com/subdirectory/
should point towards
Site2.com/
so Site1.com/subdirectory/file1.html would be the same as Site2.com/file1.html etc...
I know that you put this in your .htaccess file when you are doing old-domain to new-domain redirection:
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ http://www.newsite.com/$1 [R=301,L]
but how do you do a old-domain-folder to new-domain redirection?
Thanks!!!



Reply With Quote

Bookmarks