TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.63k stars 175 forks source link

redirect /page to /page.html #111

Open Anton-4 opened 5 months ago

Anton-4 commented 5 months ago

Thanks for working on simple-http-server, it's been working great for us!

We use simple-http-server for local development on our website, one issue we have is that our links are set up like /tutorial not /tutorial.html. This currently results in a 404.

Would you accept a pull request that adds this functionality?