View Single Post
Old 02-14-2002, 07:18 AM  
AdultWire
Confirmed User
 
Join Date: Feb 2002
Location: Toronto, ON
Posts: 962
I guess the geeks are only up during the day.

Just in case someone else needs this:

<Directory /whatever/dir/your/freehosting/is/in/>
RewriteEngine on

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.theadultwire.com.*$ [NC]
RewriteRule ^.*\.(gif|jpg|swf|css|png)$ - [F]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(html|htm|gif|jpg|swf|css|png)$ - [F]

Action add-footer /cgi-bin/wrapper.sh
AddHandler add-footer .html .htm

DirectoryIndex index.html index.htm default.html default.htm
Options None
Options SymLinksIfOwnerMatch
</Directory>

---

Now why didn't I think of that in the first place???
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
AdultWire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote