We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2c3ac commit f04f6d0Copy full SHA for f04f6d0
.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