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 help please (https://gfy.com/showthread.php?t=180702)

Gouges 09-29-2003 12:11 PM

htaccess help please
 
How would I go about adding the code so that I may redirect based upon referring url?

So that if traffic comes from www.somedomain.com/somepage.shtml

that traffic is sent somewhere else.

Thanks!

EZRhino 09-29-2003 12:20 PM

I would suggest using a php driven authentication script using your referal list. It should be a simple and inexpesive job for a good php programmer.

Anothers 09-29-2003 12:26 PM

Code:

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www.notallowedref1.com/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://www.notallowedref2.com/.*$ [NC]
RewriteRule http://www.gotohell.com [L,R]



All times are GMT -7. The time now is 12:32 AM.

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