Primm wrote:
/etc/hosts contains:
127.0.0.1 localhost 192.168.1.2 steve2.com steve2
apache is set to listen on all IP's
My computer name is steve2.com
I can ping all four of the above internally.
http://127.0.0.1 works (it shows me my webpage) None of the others will give me my webpage.
I want to be able to type the same address internally as I do externally in Internet whilst developing my site especially when copying links.
Can anyone help me?
Please verify that apache is listening indeed on the desired ports: What does "netstat -antp | grep ':80'" say? If that shows Apache listening on 0.0.0.0 or at least on localhost and ip address then shut down the firewall and test again. If you can connect then modify the firewall settings to allow access to http port. Sandy -- List replies only please! Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com