View Single Post
Old 2005-05-24, 09:59 AM   #1
Lemmy
You can now put whatever you want in this space :)
 
Lemmy's Avatar
 
Join Date: Sep 2004
Location: Next door to a kid with a moped.
Posts: 1,492
.htaccess problem

So I tried to prevent hotlinking of my mpegs with .htaccess and when i tried to play the movies on the site I got an error msg from WMP saying the server was busy and could not connect. The page loaded fine.

This is my .htaccess document:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.quantumporn.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://quantumporn.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://subdomain.quantumporn.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.we-r-sex.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://we-r-sex.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://subdomain.we-r-sex.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.planetofporn.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://planetofporn.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://subdomain.planetofporn.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.lustylemmy.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://lustylemmy.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://subdomain.lustylemmy.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.whothefuckislemmy.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://whothefuckislemmy.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://subdomain.whothefuckislemmy.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.desktopwanker.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://desktopwanker.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://subdomain.desktopwanker.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yahoo.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://yahoo.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://google.com/.*$ [NC]
RewriteCond %{REMOTE_ADDR} !^68\.169\.210\.217$
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mp3|mpg|mov)$ - [F,NC]

Options -Indexes

Order Allow,Deny
Allow from all
Deny from flabber.nl
Deny from in.ua
Deny from chatropolis.com
Deny from cs7.chatropolis.com
Deny from forumer.com
Deny from link0777.com
Deny from reapersbondage.com
Deny from urban.ne.jp
Deny from dongtaiwang.com
Deny from fn.com.ua
Deny from chatcannon.de
Deny from monik.cz
Deny from adultchatnetwork.com
Deny from sexloupe.com
Deny from zhonghua999.com
Deny from 212.83.120.133
Deny from fn.in.ua

And this is the movie page: http://desktopwanker.com/freesites/m...gallery_01.htm

I really can't see anything wrong with it, but then I really don't know what I'm doing. I just pieced together the .htaccess from an online tutorial. Can somebody help out?

BTW the movies are working now, I took down the .htaccess.

Thanks
__________________
BUY MY PORNSITES!
Lemmy is offline   Reply With Quote