Skip to content

Commit d5c1e8a

Browse files
committed
Updating .htaccess for consistency
Fixing indentation to be consistent
1 parent 85f096b commit d5c1e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/.htaccess

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<IfModule mod_rewrite.c>
2-
<IfModule mod_negotiation.c>
3-
Options -MultiViews
2+
<IfModule mod_negotiation.c>
3+
Options -MultiViews
44
</IfModule>
55

66
RewriteEngine On
77

88
# Redirect Trailing Slashes...
9-
RewriteRule ^(.*)/$ /$1 [L,R=301]
9+
RewriteRule ^(.*)/$ /$1 [L,R=301]
1010

11-
# Handle Front Controller...
11+
# Handle Front Controller...
1212
RewriteCond %{REQUEST_FILENAME} !-d
1313
RewriteCond %{REQUEST_FILENAME} !-f
1414
RewriteRule ^ index.php [L]

0 commit comments

Comments
 (0)