10000 Tweak .htaccess. · atinder-snippets/laravel@08cb97f · GitHub
[go: up one dir, main page]

Skip to content

Commit 08cb97f

Browse files
committed
Tweak .htaccess.
1 parent 19841d8 commit 08cb97f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

public/.htaccess

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<IfModule mod_rewrite.c>
2-
Options -MultiViews
3-
RewriteEngine On
2+
Options -MultiViews
3+
RewriteEngine On
44

5-
RewriteCond %{REQUEST_FILENAME} !-f
6-
RewriteRule ^ index.php [L]
5+
RewriteCond %{REQUEST_FILENAME} !-d
6+
RewriteCond %{REQUEST_FILENAME} !-f
7+
RewriteRule ^ index.php [L]
78
</IfModule>

0 commit comments

Comments
 (0)
0