[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] .htaccess non-password



I have tried this script to allow domain entry into a site or particular
directory.  I keep getting a internal server error. What should I do? im
on a raq3i

AuthUserFile /dev/null
AuthGroupFile /dev/null

Rewrite Engine On
RewriteCond %{HTTP_REFERER} !^http://www.abc.com/
RewriteCond %{HTTP_REFERER} !^http://abc.com/
RewriteCond %{HTTP_REFERER} !^http://www.def.com/
RewriteCond %{HTTP_REFERER} !^http://def.com/ [R,L]
RewriteCond %{HTTP_REFERER} !^http://www.efg.com/
RewriteCond %{HTTP_REFERER} !^http://efg.com/

RewriteRule /* http://www.members.com/index.html [R,L]

thank you
Rodney