Well I got my apache and my site running nearly perfect.. Just a small problem I think.. When people enter my page it says "Under Construction".. well it's not under construction . Anyone know how to change it? Great full for all help =)
Sounds like the DNS has not propagated to me. Have you set your nameservers with your registrar? It can take up to 48 hrs for DNS to propagate.
well. I got an DNS but ive had it for half month now.. Can it be the problem? Everything worked fine when I didnt had my router. Just wonder why I cant enter my site with the DNS. The only way I can enter the page from the Server Computer is from the localhost or my local ip. Why ?
Can you do nslookup "your.site.com" from another computer? Does nslookup resolve your name to a correct IP address? Are you running virtual hosts? If you are just testing, make sure your site is the first virtual host. Are you NAT firewalling on the router? Are you allowing UDP port 53 to route back to whatever computer you are trying to access your server?
If you get the standard apache fedora core startpage, it could be that you set that your startpage is index.htm and it looks for index.html or index.php Look at what it say on this line in your httpd.conf DirectoryIndex index.php
No if he's getting the default page them the nameservers have already propegated otherwise you wouldn't even see the default. Sounds like the DNS is not set right on the server.