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)
-   -   how do i redirect these urls? (https://gfy.com/showthread.php?t=938363)

zentz 11-13-2009 04:29 AM

how do i redirect these urls?
 
how do i make the urls like this http://www.arcadena.com/index.php?ref=trafficholder.com to redirect to http://www.arcadena.com but so the hits frrom the orginal url still get counted by a trade script.

thank you

sexy-frenchie 11-13-2009 04:49 AM

URL redirection in your .htaccess?

RewriteEngine on
RewriteRule index.php?ref=trafficholder.com http://www.arcadena.com [L,R=301]

chaze 11-13-2009 05:06 AM

Quote:

Originally Posted by sexy-frenchie (Post 16546974)
URL redirection in your .htaccess?

RewriteEngine on
RewriteRule index.php?ref=trafficholder.com http://www.arcadena.com [L,R=301]

You might lose the tracking with htaccess, your better off with a header tag.

<META http-equiv="refresh" content="5;URL=http://www.your-main-domain.com">

The 5 is how many seconds before the redirect, your can change this to zero or 1 if you need to speed it up.


All times are GMT -7. The time now is 04:26 PM.

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