htaccess will nicht

Apache, Lighttpd, nginx, Cherokee
Post Reply
frosty
Posts: 123
Joined: 2003-01-06 17:42
Location: Heilbronn
 

htaccess will nicht

Post by frosty »

hallo,

ich habe wie in der faq beschireben die datei .htaccess sowie .htusers angelegt. jedoch ershceint das popup zur passwort abfrage nicht. muss man dies im apache noch einstellen?
duergner
Posts: 923
Joined: 2003-08-20 11:30
Location: Pittsburgh, PA, USA
 

Re: htaccess will nicht

Post by duergner »

Hast du mindestens ein AllowOverride AuthConfig im Directory oder VirtualHost Container für das betreffende Verzeichnis drinnen?

Sonst kanns nichts gehn.
frosty
Posts: 123
Joined: 2003-01-06 17:42
Location: Heilbronn
 

Re: htaccess will nicht

Post by frosty »

AllowOverride On
AuthConfig On


funkt aber net
drucko
Posts: 53
Joined: 2002-09-15 16:54
Location: Steyr
 

Re: htaccess will nicht

Post by drucko »

AccessFileName .htaccess
ist dein Freund
wirsing
Posts: 604
Joined: 2002-11-20 21:32
Location: Vaihingen und Karlsruhe
 

Re: htaccess will nicht

Post by wirsing »

Frosty wrote:AllowOverride On
AuthConfig On


funkt aber net
Es heißt

Code: Select all

AllowOverride AuthConfig
in einer Zeile, und zwar in der httpd.conf
Post Reply