Closed matejzero closed 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.
Thanks for your contribution
Most of the new browsers will automatically rewrite the URLs to append trailing slash. This fix will match empty URI or
/
in URI.In this case, apache will serve default page or "noindex" page in my case.