We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using this to test a site locally, and (as many webservers do) going to e.g. /some-file serves /some-file.html whereas this crate serves a 404
/some-file
/some-file.html
Is there an option for this that I missed? and if not, could one be added?
The text was updated successfully, but these errors were encountered:
Add -x/--strip-extensions to allow serving /file.html as /file
4b6f57d
Closes #113
Apologies for the delay; can you try current develop (at least 4b6f57d) with -x/--strip-extensions?
develop
-x
--strip-extensions
Sorry, something went wrong.
No worries! That works perfectly! Thank you!
Cool. Released in v1.10.0!
v1.10.0
No branches or pull requests
I'm using this to test a site locally, and (as many webservers do) going to e.g.
/some-file
serves/some-file.html
whereas this crate serves a 404Is there an option for this that I missed? and if not, could one be added?
The text was updated successfully, but these errors were encountered: