Remove whitespace

This commit is contained in:
lbausch
2017-12-02 23:53:28 +01:00
committed by GitHub
parent 593963979a
commit 83f568a317

View File

@@ -8,7 +8,7 @@
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$