2
0
Fork 0
mirror of https://github.com/phanan/htaccess.git synced 2018-11-08 13:39:40 +01:00

Remove Trailing Slash from Arbitrary Paths

This commit is contained in:
alexweissman 2015-03-30 01:05:00 -04:00
parent be126a1eb4
commit 22bcd94e8a

View file

@ -18,7 +18,7 @@ What we are doing here is mostly collecting useful snippets from all over the in
- [Force HTTPS Behind a Proxy](#force-https-behind-a-proxy)
- [Force Trailing Slash](#force-trailing-slash)
- [Remove Trailing Slash](#remove-trailing-slash)
- [Remove Trailing Slash from Arbitary Paths](#remove-trailing-slash-from-arbitrary-paths)
- [Remove Trailing Slash from Arbitrary Paths](#remove-trailing-slash-from-arbitrary-paths)
- [Redirect a Single Page](#redirect-a-single-page)
- [Alias a Single Directory](#alias-a-single-directory)
- [Alias Paths to Script](#alias-paths-to-script)