Commit 804b9d74 authored by Taylor Otwell's avatar Taylor Otwell

fix wording

parent 99d25ec9
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
RewriteEngine On RewriteEngine On
# Redirect Trailing Slashes but not for folders... # Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301] RewriteRule ^(.*)/$ /$1 [L,R=301]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment