0
I’m having trouble migrating from one site x to another y in a domain.
EX:
siteantiquity with.
for
Subdomain.sitenovo.com
I created htacess:
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
Options +FollowSymLinks
RewriteRule (.*) http://subdominio.sitenovo.com/$1 [R=301,L]
The problem he doesn’t redirect right. It goes to root always never going to the link from the old to the new:
Ex:
old site.com/category/link
for
Subdomain.sitenovo.com
Managed to solve your problem?
– durtto