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 gurus take a look please (https://gfy.com/showthread.php?t=528125)

kektex 10-14-2005 01:10 PM

.htaccess gurus take a look please
 
I have a site where I have had to put a bunch of IP`s and sites on the forbidden list.I was just looking at my log and that is a lot of wasted traffic daily so I want to at least show them some ads on the 403 page. I found the following .htaccess rule on another forum:
Code:

errordocument 403 /error403.html
errordocument 404 /error404.html
#
SetEnvIf Request_URI "/error40[34]\.html$" allowit
SetEnvIf Request_URI "^/robots.\txt$" allowit
Order Deny,Allow
Deny from 12.101.152.***
Deny from 12.147.139.***
Allow from allowit

I understand the first two lines.I already have a 404 rule set up but obviously if I just enter the 403 rule they wil not get my custom 403 page, just the generic 403 error. So some guy on the forum suggested the above rule.But everything below the # sign is beyond my comprehension :1orglaugh
My guess is that if there is a 403 or a 404 it allows only the 404/403 files to be accessed.
I particularly dont get the Deny IP`s.

Tom_PM 10-14-2005 01:15 PM

I believe it's saying if the request URI is your own error403.html (or 404.html) then it is setting an environement variable named "allowit"
That way, it can still FULLY deny access to a list of IP's, UNLESS it's also requesting your error pages.
So, a denied IP trying to get to your index.html will be DENIED.
A denied IP trying to get your error403.html will be ALLOWED.


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

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