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 to modify an htaccess ... (https://gfy.com/showthread.php?t=54807)

X37375787 03-27-2002 09:03 AM

How to modify an htaccess ...
 
... to allow one specific domain to be able to hotlink pics from my domain that's protected by the htaccess?

:helpme

Ludedude 03-27-2002 09:05 AM

AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/ [NC]
RewriteRule /* http://www.redirect.com/ [R,L]

Or something...

try hotlinking from an open directory....less worries


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

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