PDA

View Full Version : need htaccess help, did search already


IntheBlue
10-07-2001, 02:37 PM
This is what I have. When one tries to go to the images directly, it sends them to the right page..But now the thumbs don't load (/images/ directory) but hte banners do (/banners/). Any advise?

AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://eroticaoutdoors.com/tgp/black4e/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.eroticaoutdoors.com/tgp/black4e/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ - [F]

RewriteRule /* http://www.eroticaoutdoors.com/tgp/black4e/ [R,L]

IntheBlue
10-07-2001, 02:59 PM
Nevermind!