Wie kann ich auf einer WAMP-Installation den .htaccess Schutz nutzen?
Win98
Apache1.3.20
Win98
Apache1.3.20
<Directory "C:/dev/htdocs"> AllowOverride [B]OVERRIDES[/B] </Directory>
<Directory "C:/apache/htdocs"> Options Indexes Includes FollowSymLinks MultiViews ExecCGI AllowOverride All Order allow,deny Allow from all </Directory>
# Beschreibung AuthType Basic AuthName plantage AuthUserFile C:/Apache/htdocs/members/.htpasswrd require valid-user
admin:$apr1$ni1.....$CQqB.gGq3BCua2xTf6sS10
Kommentar