We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea2c3ac + f04f6d0 commit dae345eCopy full SHA for dae345e
.htaccess
@@ -1,5 +1,5 @@
1
<IfModule mod_rewrite.c>
2
RewriteEngine on
3
4
- RewriteRule ^.*$ /public/$1 [NC,L,QSA]
5
-</IfModule>
+ RewriteRule ^(.*)$ /public/$1 [NC,L,QSA]
+</IfModule>
0 commit comments