the website wit hthe software it works fine as it uses the address http://localhost:8080/index.html and the website displays but when i type my ip address in the space instead of local host the page cannot be displayed? What is going on?
LOCAL HOST TRANSLATES TO AN IP OF 127.0.0.1 and is the machines loop back address which is NOT the same as your machines IP associated with your network card.
**To find your machines real IP address goto a DOS window and at the prompt type in C:\%26gt;IPCONFIG /ALL (this will show you your TCP/IP configuration)
**THUS http://localhost:8080/index.ht.. = http://127.0.0.1:8080/index.html
Hope that helps?
Kind Regards Ivan
MCSE trained, computer veteran.
