We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6438f1f commit 8551f02Copy full SHA for 8551f02
.htaccess
@@ -0,0 +1,8 @@
1
+<IfModule mod_rewrite.c>
2
+ Options +FollowSymlinks
3
+ RewriteEngine On
4
+
5
+ RewriteCond %{REQUEST_FILENAME} !-d
6
+ RewriteCond %{REQUEST_FILENAME} !-f
7
+ RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
8
+</IfModule>
0 commit comments