ciao,
ho fatto esattamente come hai descritto nel tuo post ma purtroppo nulla!!
Questa e' la realtiva sezione del mio file di configurazione di apache.
Dove le opzioni commentate erano quelle prima della modifica, naturalmente appena fatte le modifiche ho chiuso e riaperto il tutto.
Cosa posso fare per risolvere questo problema?
Ciao
<Directory "${path}/www">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
#Options Indexes FollowSymLinks Includes
Options Indexes FollowSymLinks
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
#AllowOverride Yes
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>