web.xml文件: 1 2 4 5 10 6 7 8 index.jsp 9 10 11
UrlRewriterHelper12 helper.UrlRewriterHelper13 14 15 Ur...
分类:
Web程序 时间:
2014-04-28 10:35:01
阅读次数:
2186
Yii进入项目首页时默认是index.php文件路径,如何把index.php去掉,方法如下:
打开apache配置文件http.conf,找到如下的代码:#LoadModule rewrite_module modules/mod_rewrite.so
把前面的#号去掉。 往下继续查找,找到,即....
分类:
其他好文 时间:
2014-04-28 09:24:28
阅读次数:
659