Davide Bianchi schrieb:
> See the documentation about VirtualHosts and the examples in the
> stock configuration file.
I tried to create two virtual hosts, one "susi" (which is the LAN name
of the computer) to give access to the "real" root directory and my
dyndns.org host for the subdirectory:
<VirtualHost *:80>
DocumentRoot d:/httproot
ServerName susi
</VirtualHost>
<VirtualHost *:80>
DocumentRoot d:/httproot/newroot
ServerName xxxxxx.dyndns.org
</VirtualHost>
Where xxxxxx.dyndns.org is my dyndns.org host...
This doesn't work, xxxxxx.dyndns.org is not redirecting to the sub
directory... what's wrong?
Regards,
Jan
>> Stay informed about: Another root directory?