(root)/trunk/htaccess – Revision 1
Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
AuthName "content-managementsystem"
|
|
|
2 |
AuthType Basic
|
|
|
3 |
Auth_MySQL_Authoritative on
|
|
|
4 |
Auth_MySQL_DB content_management
|
|
|
5 |
Auth_MySQL_Password_Table Access
|
|
|
6 |
Auth_MySQL_Username_Field user
|
|
|
7 |
Auth_MySQL_Password_Field passwd
|
|
|
8 |
order deny,allow
|
|
|
9 |
allow from all
|
|
|
10 |
require valid-user
|