sysPass / sysPass-doc

sysPass Documentation
https://doc.syspass.org
The Unlicense
6 stars 16 forks source link

Match / as valid URI #11

Closed matejzero closed 5 years ago

matejzero commented 5 years ago

Most of the new browsers will automatically rewrite the URLs to append trailing slash. This fix will match empty URI or / in URI.

curl -v https://localhost
* Rebuilt URL to: https://localhost/

In this case, apache will serve default page or "noindex" page in my case.

nuxsmin commented 5 years ago

Thanks for your contribution