Update .htaccess

pull/18/head
AaronLiu 8 years ago committed by GitHub
parent 34767dd9b0
commit d02899328d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,5 +4,5 @@
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule> </IfModule>

Loading…
Cancel
Save