GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   URL Re-direct (https://gfy.com/showthread.php?t=354064)

bjjb 09-09-2004 07:34 AM

URL Re-direct
 
Hows it done? Script? I have a domain that I want to automatically redirect to another site. TIA

johndoebob 09-09-2004 07:36 AM

http equiv

alexg 09-09-2004 07:36 AM

Quote:

Originally posted by bjjb
Hows it done? Script? I have a domain that I want to automatically redirect to another site. TIA
I think most registrars should have this option

bjjb 09-09-2004 07:37 AM

Quote:

Originally posted by alexg
I think most registrars should have this option
This one does too but im a cheap mofo and I wont have this domain long if thinks work out, so why spend the 10 bucks :1orglaugh

NickPapageorgio 09-09-2004 07:40 AM

<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 ;)

garett 09-09-2004 07:42 AM

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.

FrankWhite 09-09-2004 07:43 AM

you can use php here you go:



<?php
header("Location: http://url");
?>

Doc911 09-09-2004 07:47 AM

Quote:

Originally posted by Doomed
you can use php here you go:



<?php
header("Location: http://url");
?>


thats the best option :thumbsup

PHP rocks

bjjb 09-09-2004 07:47 AM

Thanks to all of ya!

Brad Gosse 09-09-2004 08:01 AM

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/

bjjb 09-09-2004 08:21 AM

Hows this?

FU Synapse

LOL

ivil_klown 09-09-2004 09:06 AM

The techies are speaking! the techies are speaking! help! :helpme

macho 09-09-2004 09:11 AM

Yea, Php is better!

jwerd 09-09-2004 09:14 AM

Quote:

Originally posted by macho
Yea, Php is better!
@header("Location: foo.com");
: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