In httpd.con ho i seguenti testi con AllowOverride (devo ammettere che non ci capisco molto!)

Potresti dargli un occhiata per verdere se c'è qualche anomalia?

Grazie


<Directory "C:/Programme/xampp/htdocs/fonts/">
AllowOverride All
AuthType Basic
AuthName "AUTH REMOTE TEST"
AuthRemoteServer 127.0.0.1 # like www.home.net
AuthRemotePort 80
AuthRemoteURL /forbidden/ # like www.home.net/forbidden/
require valid-user
##### userass
</Directory>

<Directory "C:/Programme/xampp/tmp">
AllowOverride None
Order allow,deny
Allow from all
</Directory>

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

AllowOverride All

#<Directory "C:/Documents and Settings/*/My Documents/My Website">
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>

<Directory "C:/Programme/xampp/apache/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

<Directory "C:/Programme/xampp/cgi-bin">
AllowOverride None
Options Includes ExecCGI
AddHandler server-parsed .shtml
AddHandler cgi-script .cgi .pl
Order allow,deny
Allow from all
</Directory>

<Directory "C:/Programme/xampp/apache/error">
AllowOverride None
Options IncludesNoExec
AddOutputFilter Includes html
AddHandler type-map var
Order allow,deny
Allow from all
LanguagePriority en es de fr
ForceLanguagePriority Prefer Fallback
</Directory>