0

I have a static html project which contains some files I want to have access to using my cell phones or laptop's internet browser.

The concept is I have a folder in my pc which contains the files. I would hit my computer's IP through the web browser of my laptop

(like http://192.168.1.5/myProject/index.html)

and then a server (like apache httpd works for redirecting to servers) would return me the wanted file.

NOTES: -It should be EASY and FAST to install and Configure.

Any suggestions? Most acceptable answers are for Windows and then I accept for mac!

4

1 回答 1

2

Have you tried xampp for an apache server? There is a portable app version as well.

Also iisexpress is a nice standalone version of IIS that runs under current user profile. Not sure if there are any limitations w the bindings tho.

于 2012-05-26T22:56:57.737 回答