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