Webpage/IIS question
Dec. 1st, 2002 09:57 am![[identity profile]](https://www.dreamwidth.org/img/silk/identity/openid.png)
This is being cross-posted to different communities.
I have recently turned on the IIS services on my 2000 box so I can host my own website. According to the instructions I read, I needed to set up a colder in my C root called web_root, which I did. I named the home page default.html and you can connect to it fine. My problem is, if I try linking to other pages that I am hosting (let's say the page is webcam.html) I keep getting "page cannot be found" error. The html file is in the same folder (c"\web_root) as the default.html. I'm not sure if it is how I coded the link (currently its href="webcam.html"..but I've also tried href="http://www.myurl.com/webcam.html" and still no go).
Is there something different I have to do with IIS since I'm hosting myself? Is it something in my code? This is my first time writing a page (I'm a hardware guy) so it's possible I effed up the code. Any help would be appreciated.
I have recently turned on the IIS services on my 2000 box so I can host my own website. According to the instructions I read, I needed to set up a colder in my C root called web_root, which I did. I named the home page default.html and you can connect to it fine. My problem is, if I try linking to other pages that I am hosting (let's say the page is webcam.html) I keep getting "page cannot be found" error. The html file is in the same folder (c"\web_root) as the default.html. I'm not sure if it is how I coded the link (currently its href="webcam.html"..but I've also tried href="http://www.myurl.com/webcam.html" and still no go).
Is there something different I have to do with IIS since I'm hosting myself? Is it something in my code? This is my first time writing a page (I'm a hardware guy) so it's possible I effed up the code. Any help would be appreciated.