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)
-   -   Can someone tell me what's wrong with my htaccess?? (https://gfy.com/showthread.php?t=623411)

tranza 06-19-2006 08:18 AM

Can someone tell me what's wrong with my htaccess??
 
I just started to submit to FrenchCum and I'd like them to be able to hotlink an image from me, but for some reason it's not working.

Can you guys figure out what's wrong with it?


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(www\.)?tranzagals.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?frenchcum.com(/)?.*$ [NC]
RewriteCond %{REMOTE_ADDR} !^208.99.195.144 [NC]
RewriteRule \.(jpe?g|gif|bmp|png)$ - [F,NC,L]

darksoul 06-19-2006 08:22 AM

When they spider your gallery the spider doesn't set a referrer so you need to allow non referrers as well
Code:

RewriteCond %{HTTP_REFERER} !^$

tranza 06-19-2006 08:35 AM

Quote:

Originally Posted by darksoul
When they spider your gallery the spider doesn't set a referrer so you need to allow non referrers as well
Code:

RewriteCond %{HTTP_REFERER} !^$

Wouldn't that allow some fuskers too?

darksoul 06-19-2006 08:42 AM

uhm, fuskers usually hotlink
when its hotlinked it will show a referrer so it wont match that rule.

scottybuzz 06-19-2006 08:47 AM

bump for tranza

tranza 06-19-2006 08:54 AM

Quote:

Originally Posted by darksoul
uhm, fuskers usually hotlink
when its hotlinked it will show a referrer so it wont match that rule.

Ok, thanks, it worked!

:thumbsup


All times are GMT -7. The time now is 10:03 AM.

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