Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Commit

Permalink
增加htaccess文件
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Jan 21, 2014
1 parent 6438f1f commit 8551f02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .htaccess
@@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On

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

0 comments on commit 8551f02

Please sign in to comment.