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)
-   -   htaccess redirect (https://gfy.com/showthread.php?t=592913)

Chris 03-31-2006 09:55 AM

htaccess redirect
 
what is the best way to do it?
so it works for all browsers and countrys
just wanna simply redirect traffic from my typo domains

Hooligan 03-31-2006 09:57 AM

set up index.php and do a JS redirect

ssp 03-31-2006 09:58 AM

redirect 302 / http://www.mynewdomain.com

XxXotic 03-31-2006 09:59 AM

PHP Code:

<?php
header
("Location: http://www.yoursite.com");
exit;
?>

save as index.php (or whatever.php) and there ya go

Chris 03-31-2006 10:03 AM

thnx....

pornguy 03-31-2006 10:03 AM

Search gfy. there is a link somewhere to a generator.

XxXotic 03-31-2006 10:04 AM

http://www.htaccesstools.com/redirection-by-language/
or just http://www.htaccesstools.com

has a lot of good stuff

fris 03-31-2006 10:05 AM

or you can do it via your apache config. just do Redirect / http://www.address.com

in the end it will be quicker

Chris 03-31-2006 10:07 AM

that php script worked perfect
www.penisenlarmentpill.com


All times are GMT -7. The time now is 05:36 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123