We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db65cf commit 27ca756Copy full SHA for 27ca756
.htaccess
@@ -1,5 +1,9 @@
1
+Options +FollowSymLinks -MultiViews -Indexes
2
+
3
+DirectoryIndex index.html index.php
4
5
<IfModule mod_rewrite.c>
6
RewriteEngine on
7
RewriteRule ^$ public/ [L]
8
RewriteRule (.*) public/$1 [L]
-</IfModule>
9
+</IfModule>
0 commit comments