.htaccess中的apache rewrite规则写法详解(未完)

 

 

下面这个是apache -->lavaler的伪静态配置 .htaccess

<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

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

 

 

转:http://www.cnblogs.com/adforce/archive/2012/11/23/2784664.html

http://blog.csdn.net/Long_Xiao_Yun/article/details/51016198

 

posted @ 2018-03-10 16:35  与f  阅读(156)  评论(0编辑  收藏  举报