• 【问卷调查奖励发放公告】

    感谢大家积极参与本次 MineBBS 社区问卷调查。200 金粒的参与奖励已完成发放。部分用户发放失败,请【点击此处】 查看详情。

Multicraft Multicraft下如何实现伪静态

稻草

【Lv:4】

管理成员
版主
注册
2018/02/10
消息
18
金粒
2,543金粒
伪静态的作用主要是对搜索引擎友好

伪静态只是改变了URL的表现形式,实际上还是动态页面

还有其他的作用等等

修改之前链接的形式
18.png

接下来进入
/var/www/html/protected/config/internal


取出application.php文件
19.png

找到

// uncomment the following to enable URLs in the format index.php/server/1
/*’urlFormat’=>’path’,*/
// uncomment the following to hide the index.php part of the URL
/*’showScriptName’=>false,*/

改成

// uncomment the following to enable URLs in the format index.php/server/1
'urlFormat'=>'path',
// uncomment the following to hide the index.php part of the URL
'showScriptName'=>false,

20.png


保存,上传到服务器



效果图
21.png
 

在线会员

  • MingChengT
  • 离伤
  • 凭栏听雨
  • k kkljlk
  • SPAPP
  • 霄染
  • qiushuishui
  • 麻语
  • umaru
  • wanguan
  • Kylin1119
  • 78fyk
  • Emphasize
  • 神殇
  • 爱无差异
  • 璀星海
  • roundplus
  • 2801326928
  • Han_Jiang
  • luohua161
...和 36 更多。
后退
顶部 底部