@Silvio
AuthConfig geh�rt in die httpd.conf in einen <Directory> Block, es wei�t
Apache an in diesem Ordner (und seinen Unterordnern) .htaccess-Dateien zu
verarbeiten. Fehlt der Befehl wird garnicht nach .htaccess-Dateien gesucht.

Das steht in Apache httpd.conf AccessFileName .htaccess /etc/apache/httpd.conf (367) <Files ~ "^\.ht"> Order allow,deny /etc/apache/httpd.conf (381) Deny from all /etc/apache/httpd.conf (382) </Files>


Hat nichts damit zu tun, du mu�t diesen Abschnitt finden (steht meist direkt nach dem Befehl DocumentRoot):


#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/homepage">

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important.  Please see
# http://httpd.apache.org/docs-2.0/mod/core.html#options
# for more information.
#
   Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
   AllowOverride None
</Directory>

Hier musst du AllowOverride auf AuthConfig, oder was du halt brauchst setzen.
Der andere Abschnitt besagt nur, dass sich niemand �bers netz deine .htaccess-Datei anschauen kann.



--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de" unsubscribe-Anfragen an [EMAIL PROTECTED]
sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------




Antwort per Email an