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