Wednesday, 21 August 2013

How to change the default 404 page while using python SimpleHTTPServer

How to change the default 404 page while using python SimpleHTTPServer

When I start a http server using a command:
python -m SimpleHTTPServer
How can i change the default 404 page?

No comments:

Post a Comment