Page 1 of 1

virtualhost opens /xampp

PostPosted: 11. July 2008 13:06
by hanpedro
Whenever I open tester.dyndns.org, page opens tester.dyndns.org/xampp.
Here's my httpd_hosts.conf.

<VirtualHost *:80>
ServerAdmin webmaster@tester.dyndns.org
DocumentRoot /var/www/html/tester
<Directory "/var/www/html/tester">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ServerName tester.dyndns.org
ServerAlias www.tester.dyndns.org
</VirtualHost>

I have changed the file name of index.html at /opt/lampp/htdocs.
But still opens tester.dyndns.org/xampp.

PostPosted: 11. July 2008 13:12
by Wiedmann
Clear your browser cache.

PostPosted: 11. July 2008 13:24
by hanpedro
Wiedmann wrote:Clear your browser cache.


Thanks!!