hi Antonio,
#cat /usr/share/apache2/config/default
.
.
.
<VirtualHost *>
        ServerAdmin ::SERVERADMIN::
        ServerName ::SERVERNAME::

        DocumentRoot /var/www/::VHOSTNAME::/htdocs-::PORT::
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
.
.
.
.
change lines above, and restart your server.
hope this will work ;)
regards,
bye.

Reply via email to