shane94
11-04-2001, 12:00 AM
Ok here is the deal I go tmy paysite moved to my colocated server and am having hell setting up the htaccess file for my dialer. Here is the origional:
AuthUserFile /raid/sites/www.totallypornstars.com/ccbill/password/.htpasswd
AuthGroupFile /dev/null
AuthName Members
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
Here is what i am trying and getting a 500 error...what is wrong here? I have used this one before and it worked fine.
AuthUserFile /raid/sites/www.totallypornstars.com/ccbill/password/.htpasswd
# Name for this password-protected database:
AuthName "Members Area"
AuthType Basic
<limit GET>
require valid-user
Satisfy any
order deny,allow
deny from all
allow from 62.232.37.0/24
allow from 195.8.12.0/24
allow from 202.139.152.0/24
allow from 207.18.32.0/24
</limit>
Shane
AuthUserFile /raid/sites/www.totallypornstars.com/ccbill/password/.htpasswd
AuthGroupFile /dev/null
AuthName Members
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
Here is what i am trying and getting a 500 error...what is wrong here? I have used this one before and it worked fine.
AuthUserFile /raid/sites/www.totallypornstars.com/ccbill/password/.htpasswd
# Name for this password-protected database:
AuthName "Members Area"
AuthType Basic
<limit GET>
require valid-user
Satisfy any
order deny,allow
deny from all
allow from 62.232.37.0/24
allow from 195.8.12.0/24
allow from 202.139.152.0/24
allow from 207.18.32.0/24
</limit>
Shane