Hey folks, Apologies if this has already been answered but I've implemented some of the suggestions from previous posts but I'm still unsure of how to solve my issue. The problem is that I am hosting 3 different websites. Each of these sites has been registered by the website owners and have their own DNS setups which I have redirected to point to my server. The problem I'm having is that when I type in www.website1.com I'm redirected to the "This is a shared IP page" instead of the page www.website1.com that I have set up in ISPConfig. I've checked the VHosts file and there is a new entry created for each site. What I'm trying to do is make it so when the URL's are typed that they are brought directly to the site that was created usin ISPConfig instead of the Shared IP page. Can anyone help me with this? I've posted the results of httpd -t below Code: root@raider:/var/www/web5# httpd -t httpd: Could not determine the server's fully qualified domain name, using 192.168.1.10 for ServerName Syntax OK Thanks in advance, Mick
A quick update to my posr above. I want to hoat different websites with different domains i.e. www.website1.com, www.anothersite.com and www.thirdsite.com, setting up subdomains is not an option for me unfortunately. Once again, thanks in advance for any help. Mick
Just create a new webiste for each domain. http://www.howtoforge.com/ispconfig-2.x-first-steps The shared IP error is explained in this guide too.
I've created a new website for each domain but the problem is that when I type that domain in from a PC outside my LAN then they get the "shared ip" page. I've followed the configuration to the letter but it still doesn't seem to make any difference. The problem that I seem to have is that when their DNS passes the request to my webserver then the webserver doesn't know which page to redirect the browser to.
i think, the problem you have is the DNS. your server must have the same IP, the DNS returns. For example: if the DNS returns 123.123.123.1 as result of www.yourdomain1.com your server must have this IP as IP of the web www.yourdomain1.com and so on. This means you can use "external" DNS (i am using externat DNS too), but the external DNS mus "point" exactly to your IP Hope, this helps...
Hey guys, I figured out the problem that I was having. The DNS servers that the domains were registered under needed to have an A record added pointing to my server. Once that was done ISPConfig worked like a charm. Thanks to all of you that replied. Mick
Sorry, I should have read your post properly before posting my reply!!! Cheers though at least that's another hurdle cleared!