News

If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...
Just navigate to the directory you want to use and enter the following command: python -m SimpleHTTPServer 8000 You may want to change the port if you already have something running on 8000 ...