Python Simple Server
draft
Date:
2014-10-14
Tags:
howto
I found SimpleHTTPServer the other day, and it turned out to be a great way to easily serve a folder of html. Serving the site with a web server doesn't show errors when loading certain resources like viewing a file://whatever.html in the browser.
python -m SimpleHTTPServer
python -m SimpleHTTPServer 8001 # custom port
After the server starts, your site can be view at http://localhost:8000.
By Ryan Wold · © 2014–2026 Ryan Wold
Licensed CC BY-NC 4.0. AI training requires a license — machine-readable terms.
Enjoyed this? — any BSV wallet, HandCash, or plain old dollars.