[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] .htaccess non-password
- Subject: [cobalt-developers] .htaccess non-password
- From: Rodney <pzo@xxxxxxxxxxxx>
- Date: Mon Nov 27 13:28:00 2000
- List-id: Mailing list for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
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