Hello, On my ISPConfig 3 install i have the following domains: example.com domain.com ashcloud.com and they work as intended so no problem there. Now i add the domain mylittlepony.com and visit the domain in my browser but to my surprice i end up on ashcloud.com. So i try to disable/delete mylittlepony.com but I stil end up on ashcloud.com, if I then disable ashcloud.com i end up on domain.com. Seems pretty weird to me and I hope you can help me out here. -mbogh
Thats the normal behaviour of apache. If a site is not defined, it shows the first website in aphabetical order for this ip. if you want to redirect all websites that are not defined to a specific website, create a default vhost: http://httpd.apache.org/docs/1.3/vhosts/examples.html#default
Okay thanks for that Till but what about my other problem that new sites does not work, they also point to some of the existing sites?