We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdb9e6 commit 6ee622cCopy full SHA for 6ee622c
.htaccess
@@ -1,6 +1,4 @@
1
-DirectoryIndex index.php
2
-RewriteEngine on
3
-RewriteBase /
+RewriteEngine On
+RewriteRule ^inc/.*$ index.php
4
RewriteCond %{REQUEST_FILENAME} !-f
5
-RewriteCond %{REQUEST_FILENAME} !-d
6
-RewriteRule ^(.*)$ index.php?/$1 [L]
+RewriteRule ^(.*)$ index.php [QSA,L]
0 commit comments