.htaccess文件问题

浏览:1106 发布日期:2015/03/21 分类:系统代码
.htaccess文件问题 把 Options +FollowSymlinks 去掉才不会显示 错误。 但其它这样写也没有效果
<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On

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

</IfModule>
评论( 相关
后面还有条评论,点击查看>>