Forum Moderators: mack
I'M USING IIS(Internet Information Servers ) as a testing server for a newsletter I'm designing for the ICT Directorate of the University where I work. The problem is when I use my IP address as a URL for the newsletter, the browser says "page not available". The address is this: \\192.168.6.1\localhost\headlines\index.htm. Can someone look at the URL and tell mw whether I'm missing anything?
thanx
kaymeis
\\COMPUTERNAME\SHAREDFOLDER
So in your example (\\192.168.6.1\localhost\headlines\index.htm) you are trying to access a shared folder called localhost\headlines\index.htm on the local PC at 192.168.6.1.
If 192.168.6.1 is operating a web server which is configured to accept requests on that IP, you can access the file with a browser via [192.168.6.1...]