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

echo465 02-15-2003 07:51 PM

.htaccess
 
This is the htaccess file that i'm currently using for my images dirs. Is this about it, or am I missing anything?


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://dizfunkt.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.dizfunkt.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://dizfunkt.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.dizfunkt.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.230.143.2.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.230.143.2:80.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$ http://www.chachong.com/chachong.gif
RewriteRule .*[Gg][Ii][Ff]$ http://www.chachong.com/chachong.gif

goodgirl 02-15-2003 09:02 PM

AuthGroupFile /dev/null

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://000.000.000.00/.*$ [NC]
RewriteRule .*([jJ][pP][eE][gG]|[jJ][pP][gG]|[gG][iI][fF])$ [F]

ErrorDocument 302 http://www.sponsor.com
ErrorDocument 400 http://www.sponsor.com
ErrorDocument 401 http://www.sponsor.com
ErrorDocument 403 http://www.sponsor.com
ErrorDocument 404 http://www.sponsor.com
ErrorDocument 408 http://www.sponsor.com
ErrorDocument 500 http://www.sponsor.com


All times are GMT -7. The time now is 01:24 AM.

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