I have created a web site that ( for local use on my computer ) that navigates through the files in the My documents folder via regular links .I would like to change the way my documents folder opens now in such way that if I double click on My documents folder I would like my web to come up and use it as interface .Is there a way to do this ? Thank you Adrian
|
|
Maybe its lack of knowledge on web technologies and browsers. I am really unsure of the reasons of taking this route - you could try :
but to be honest i am unsure why you can not run a web server on the machine that you wish to serve the pages. So lets say you have a lan of 3 machines
You wish to use 10.0.0.1 as the master which servers the pages - install apache web server or IIS if its windows then put a page in the DocumentRoot which points to
where this /somefolder is a folder within the document root of the default site. you can then go to the browser on any other LAN hit http:// 10.0.0.1 and it will show that page with the link which is then viewable on local browser of the remote machines... files being served from 10.0.0.1 You could go a step further and look into internal DNS or hacking the local hosts file on the remaining machine and pointing an entry like
so when any of the machines hit http:// intranet - they hit 10.0.0.1 |
|||||||
|
