We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92258b8 commit 180cf7cCopy full SHA for 180cf7c
dot.htaccess
@@ -1,4 +1,6 @@
1
+<IfModule mod_rewrite.c>
2
RewriteEngine On
3
RewriteCond %{REQUEST_FILENAME} !-f
4
RewriteCond %{REQUEST_FILENAME} !-d
5
RewriteRule ^(.*)$ index.php/$1 [L]
6
+</IfModule>
0 commit comments