Browse Source

Add files via upload

伪静态
master
阿珏 7 years ago committed by GitHub
parent
commit
bd6356fef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .htaccess

7
.htaccess

@ -0,0 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
Rewritebase /index.php
RewriteRule ^(.*)$ /index.php?/$1 [L]
</IfModule>
Loading…
Cancel
Save