Hi
I want to redirect one sites entire domain content to another new domain for a permanent move, but I would like it if when the uses clicks on the old domain that the redirect is automatic instead having to click on a link to get to the new site, Is there anything I can add to make this happen?.
HTTP/1.1 301 Moved Permanently
Location: http://www.blablabla.com/
Content-Type: text/html
Content-Length: 174
<html>
<head>
<title>Moved</title>
</head>
<body>
<h1>Moved</h1>
<p>This page has moved to <a href="http://www.blablabla.com/">http://www.blablabla.com/</a>.</p>
</body>
</html>


LinkBack URL
About LinkBacks
Reply With Quote



