多入口文件的伪静态怎么写

浏览:1554 发布日期:2013/10/22 分类:求助交流 关键字: 伪静态 多入口文件伪静态 正则 apache
服务器是apache:
官方给出的是,
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
但是现在是有两个入口文件,index.php 和 user.php
我想把index.php隐藏掉,user.php留下user
最佳答案
评论( 相关
后面还有条评论,点击查看>>