Hi
Ok im pulling my hair out over apache. I have installed apache on my Windows Server via remote desktop. Works fine for localhost. Now how do I get a domain to work ? Say the domain is "test.com" i setup in apache:
Listen *:80
ServerName localhost
NameVirtualHost test.com:80
<VirtualHost test.com:80>
DocumentRoot "C:/WebServer/www
ServerName test.com
ServerAlias test.com
www.test.com
</VirtualHost>
I edit the HOSTS file and put:
127.0.0.1 test.com
www.test.com
Say the servers ips are:
209.21.222.145
209.21.222.146
I goto the domain and create a name server host record like
ns1.test.com 209.21.222.145
ns2.test.com 209.21.222.146
Then change test.com DNS accordingly.
The website test.com comes up fine if i work on the servers network. But outside of the network the domain cannot find the page?
Help please! lol