Veröffentlicht 24. August 200421 j Hi - ich hab ein htaccess-Problem hab hier aber noch nichts dazu gefunden. ich hab in meinem Unterverzeichnis [server]/includes/ eine htaccess Datei - Diese funktioniert. Im Stammverzeichnis habe ich keine htaccess-Datei. Trotzdem fragt mich der Browser am Rechner mit lokalem Server nach einer Authentifikation. ABER alles was ich da eingebe ist richtig und führt mich auf meine Homepage! Wie verhindere ich, dass er auf der IndexSeite nach eine Authentifikation fragt. Hier nochmal meine httpd.conf angaben: <Directory "C:/Apache/Apache2/htdocs"> # # 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 All # # Controls who can get stuff from this server. # Order allow,deny Allow from all </Directory>
Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.