Hi, here comes my fist tip !
Just a small one to let you know about an awesome tiny webserver : SimpleHTTPServer. You can simply run it like this from the directory you want to access :
python -m SimpleHTTPServer 8000
with the port number of your choice.
Hope it helps :)
Tibo