Forum Moderators: phranque
Site1/subdirectory/
should point towards
Site2/
so Site1/subdirectory/file1.html would be the same as Site2/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 ^(.*)$ [site2...] [R=301,L]
but how do you do a old-domain-folder to new-domain redirection?
Thanks!
RedirectPermanent /subdirectoryofoldsite/ [newsite.com...]
Even though it works, do both my way and your way work the proper way for Google SEO?
Thank you!
[httpd.apache.org...]