![]() |
URL Re-direct
Hows it done? Script? I have a domain that I want to automatically redirect to another site. TIA
|
http equiv
|
Quote:
|
Quote:
|
<HEAD>
<META hahahahahahahahahaha="Refresh" CONTENT="10;URL=http://www.foo.com"> </HEAD> If memory serves... Edit: The hahahaha part is H.T.T.P-EQUIV=".Refresh" Without the periods ;) |
You can either make the domain a CNAME to the domain you want to redirect it to.
Or you can use index.htm and use a meta tag with hahahahahahahahahaha (already been pointed out). Or you can use php (index.php) and do header("Location: URL"); to do a 302 redirect. |
|
Quote:
thats the best option :thumbsup PHP rocks |
Thanks to all of ya!
|
htaccess is the best way.
Redirect error traffic this way ErrorDocument 401 http://www.eroticaseek.com/ ErrorDocument 403 http://www.eroticaseek.com/ ErrorDocument 404 http://www.eroticaseek.com/ ErrorDocument 408 http://www.eroticaseek.com/ Redirect specific page calls this way Redirect /oldfolder/oldpage.htm http://www.eroticaseek.com/ Redirect /oldfolder2/oldpage2.htm http://www.eroticaseek.com/ |
|
The techies are speaking! the techies are speaking! help! :helpme
|
Yea, Php is better!
|
Quote:
:glugglug |
All times are GMT -7. The time now is 04:19 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123