.htaccess内容

<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On

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

注:.htaccess 伪静态文件内容

posted @ 2016-08-10 09:08  林育松  阅读(251)  评论(0编辑  收藏  举报