Apache 2.0 auf Win 2000
/phpMyAdmin/.htaccess
AuthType Basic
AuthName "phpMyAdmin"
AuthUserFile C:/BigApache/Apache/htdocs/.htpasswd
<Limit GET>
require valid-user
</Limit>
-----------------------------------------------------
/.htpasswd
et:6562910c6ce651632d966b54004986e0
-----------------------------------------------------
httpd.conf
<Directory />
Options FollowSymLinks
Order deny,allow
AllowOverride All
</Directory>
--------------------------------------------------
was ist hier falsch??? Warum geht das nicht?
PS.: Ich habe bei google gesucht...
/phpMyAdmin/.htaccess
AuthType Basic
AuthName "phpMyAdmin"
AuthUserFile C:/BigApache/Apache/htdocs/.htpasswd
<Limit GET>
require valid-user
</Limit>
-----------------------------------------------------
/.htpasswd
et:6562910c6ce651632d966b54004986e0
-----------------------------------------------------
httpd.conf
<Directory />
Options FollowSymLinks
Order deny,allow
AllowOverride All
</Directory>
--------------------------------------------------
was ist hier falsch??? Warum geht das nicht?
PS.: Ich habe bei google gesucht...
Kommentar