Skip to content

Commit 27ca756

Browse files
committed
Update .htaccess
Avoid the routing problem for controller index and the file index.html
1 parent 8db65cf commit 27ca756

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.htaccess

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
Options +FollowSymLinks -MultiViews -Indexes
2+
3+
DirectoryIndex index.html index.php
4+
15
<IfModule mod_rewrite.c>
26
RewriteEngine on
37
RewriteRule ^$ public/ [L]
48
RewriteRule (.*) public/$1 [L]
5-
</IfModule>
9+
</IfModule>

0 commit comments

Comments
 (0)