Forum Moderators: phranque
I've been trying to for site.com/<whatever page is requested here> to site.com/dir/<whatever page is requested here>, but I seem to be out of luck.
here's my code:
RewriteCond %{HTTP_HOST} !site.com [NC]
RewriteRule (.*) [site.com...] [R=301,L]
Ideas?
Regards,
If that's the case, then you want an internal rewrite, not an external redirect, and the code will need to be tweaked.
Jim
And the new website has new contents, so what the search engines have will be different from what is there now anyway.
However, if you have a better solution, it would be so great to share
it.
Jim