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

[cobalt-users] .htaccess problem



Is there a possibility get into the website witout password (from a spez.
Ip)
The allow from xxx.xxx.xxx.xxx doesn't work...
Any idea?

Greetings

Steven

AuthName "Member-Bereich"
AuthType Basic

Auth_MySQL_Username test
Auth_MySQL_Password test
Auth_MySQL_DB testdb
Auth_MySQL_Password_Table testtable
Auth_MySQL_Username_Field testuser
Auth_MySQL_Password_Field testpass
Auth_MySQL_Group_Table siteprotect
Auth_MySQL_Group_Field website
Auth_MySQL on
Auth_MySQL_Encryption_Types Plaintext

<Limit GET POST>
require group group1
require group administrator
order deny,allow
</Limit>