Forum Moderators: phranque
Now, for SE, should I "cloak" a redirect? I mean, check the agent for most popular SE and send me a 301 to the new site?
And very important, when doing this (a 301) what happens to the PR of both sites? Will the PR of the old site be transfered to the new site? Will do nothing?
Will the old site be eaten by SE if I place this redirect?
(I'd like to reuse this old domain for other site, because it is a madeup name that can hold anything)
What would you usually do in this situation?
This should be SE-safe because they're pretty happy with 302s, and it keeps your users informed while also being straight into your new site (fewer lost to clicking away).
And very important, when doing this (a 301) what happens to the PR of both sites?
---BEGIN---
ErrorDocument 404 /404.shtml
Redirect permanent /oldfile.htm [newdomain.com...]
---END---
Use the content between Begin and End.
Hope that helps...
---BEGIN---
ErrorDocument 404 /404.shtml
Redirect permanent /oldfile.htm [newdomain.com...]
---END---