Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Comment out remove trailing slashes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Delicata committed Jan 15, 2013
1 parent b0d13f3 commit 98545ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Expand Up @@ -40,8 +40,8 @@ RewriteRule .* index.php [PT]
# Remove trailing slash
# RewriteRule ^(.*)\/(\?.*)?$ $1$2 [R=301,L]
# RewriteRule ^(.+)/$ /$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ $1 [L,R=301]
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.+)/$ $1 [L,R=301]

</IfModule>

Expand Down

0 comments on commit 98545ad

Please sign in to comment.