With this thread i wonder what I missed that makes one domain: xenonlyse.se keeps coming up if I write something wring in the test version of the same site called: xenontest.hopto.org.
I think I missed something or even happened to remove something that I shouldn't have that makes xenonlyse.se just "popup" when browsing through the xenontest.hopto.org site.
This time I've check all the utilities settings and this time they are all OK.
with all this I mean, that if I write something wrong in the VHost config, like this:
- Code: Select all
# phpMyAdmin - Web based MySQL browser written in php
#
# Allows only localhost by default
#
# But allowing phpMyAdmin to anyone other than localhost should be considered
# dangerous unless properly secured by SSL
Alias /xenonlyse /var/www/html/xenonlyse
<Directory /var/www/html/xenonlyse/>
order allow,deny
allow from all
</Directory>
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin root@localhost
DocumentRoot /var/www/html/xenonlyse
ServerName xenonlyse.se
ErrorLog logs/xenonlyse.se-error_log
CustomLog logs/xenonlyse.se-access_log common
</VirtualHost>
Let's say I spell the 'ServerName' attribute wrong then it should popup an invalid sign or the standard apache page that says something like 'no site here' etc
Hoping this post will get to any of you


