Forum Moderators: phranque
and then all i have to do is this:
redirect 301 /old_1.html [domain.com...]
and it will forward my site? to the main domain?
graicas mis amigos
matt
The specifics I had in mind were:
If all the answers are yes, then this will work:
Redirect 301 /bob.html [your_domain.com...]
Jim
...
- Are both pages in the same domain?
- Are both pages on the same server?
...
I don't think these two conditions are necessary here because what the server does here is a redirect (telling the browser to retrieve the content from another URL) rather than a rewrite (internally chosing another resource to serve to the browser). Redirect targets are not limited to the same server or domain.
Redirect 301 /bob.html [your_domain.com...]
and wam bam thank you mam... it'll work?
Also what's the recomendation on the main page redirection....
redirect
/index.html
[domain.com...]
to...
[domain.com...]
is that the best for google?