We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4be55 commit c6fdc79Copy full SHA for c6fdc79
1 file changed
src/public/.htaccess
@@ -0,0 +1,4 @@
1
+RewriteEngine On
2
+RewriteCond %{REQUEST_FILENAME} !-f
3
+RewriteCond %{REQUEST_FILENAME} !-d
4
+RewriteRule ^ index.php [QSA,L]
0 commit comments