We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d27fff2 + b9f6cd8 commit 887150aCopy full SHA for 887150a
1 file changed
public/.htaccess
@@ -17,7 +17,8 @@ Options All -Indexes
17
# RewriteBase /
18
19
# Redirect Trailing Slashes...
20
- RewriteRule ^(.*)/$ /$1 [L,R=301]
+ RewriteCond %{REQUEST_FILENAME} !-d
21
+ RewriteRule ^(.*)/$ /$1 [L,R=301]
22
23
# Rewrite "www.example.com -> example.com"
24
RewriteCond %{HTTPS} !=on
0 commit comments