重定向

浏览:955 发布日期:2017/03/23 分类:功能实现 关键字: 重定向
重定向
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
评论( 相关
后面还有条评论,点击查看>>