|
|
|
|
|
|
|
![]() |
#1 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
you might contact your host to make sure they enabled mod_rewrite or AllowOverride all (or some variation to remove particular limits)
Does the .htaccess get parsed at all? Do you have the RewriteEngine on statement in the .htaccess? If you have a broken RewriteRule, does it give you an error 500? Curious minds want to know. ![]()
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
![]() |
#2 |
Mean people suck, nice people swallow, are you mean or nice?
|
This is what I had the tech at my server put in .htaccess. It isn't working...
<Limit GET POST> order allow,deny allow from all deny from www.mediasearch.com deny from www.mediaminer.org </Limit> RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.fuckpage.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.fannyfuck.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://fuckpage.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://fannyfuck.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.fuckpage.com:80/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.fannyfuck.com:80/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://fuckpage:80/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://fannyfuck:80/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://70.85.12.42/.*$ [NC] RewriteRule [^/]+\\.(gif|jpg)$ http://www.fuckpage.com/hub.html [R,L] ErrorDocument 404 http://www.fuckpage.com/hub.html |
![]() |
![]() |
![]() |
|
|