url设置

浏览:1274 发布日期:2013/05/28 分类:求助交流 关键字: url 伪静态
localhost/thinkphp/index/index.html
localhost/thinkphp/news/index.html

localhost/thinkphp/index.html
localhost/thinkphp/news.html

比如当前是 news控制器,并且在 function名称是index, url就改成 news.html,,
如果function名称是detail, url还是news/detail.html

补充:

只要 URL 是以 news/index的形式出现的就去掉/index,

这样的话,
localhost/thinkphp/news/index.html
就变成
localhost/thinkphp/news.html
最佳答案
评论( 相关
后面还有条评论,点击查看>>