Skip to content

Commit

Permalink
.htaccess update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Papnoi committed Jan 18, 2020
1 parent 635baa6 commit 289f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/.htaccess
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ./index.php/$1 [QSA,L]
RewriteRule ^(.*)$ ./index.php?/$1 [QSA,L]
</IfModule>

0 comments on commit 289f9e1

Please sign in to comment.