Originariamente inviato da giord
solo con questa modifica mi restituisce errore 403!
"Forbidden
You don't have permission to access / on this server."

:master:
Devi cambiarlo anche qualche riga più sotto.
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "C:/path_to/">



Potresti anche fare un virtual host e predisporre tutte le directoryroot virtuali che vuoi.

#
# Use name-based virtual hosting.
#
NameVirtualHost 127.0.0.1:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot "c:/path_to/"
</VirtualHost>
#

Nulla Sfugge .