Need to create an html page

Soldato
Joined
14 Oct 2007
Posts
2,738
At work I'm thinking of hosting a .html page on my PC as it remains on 24/7 and I want to use it to add latest updates so the address would be like http://192.168.x.x/something but how/where do I store the .html file? I can create a basic html file at home and then bring it in to work and put it on my machine, but how would I set up the address?

Any help would be greatly appreciated :)
 
Are you trying to make this html page available over the internet or just to your local network?

If the former, this isn't going to work and you'll need to buy some hosting.

If the latter you'll need to install a web server on your machine and put the file under that. PWS (a cut down version of IIS) can be installed as an windows add-on in add/remove programs.
 
Last edited:
Back
Top Bottom