- 注册
- 2018/02/10
- 消息
- 18
- 金粒
- 2,543金粒
伪静态的作用主要是对搜索引擎友好
伪静态只是改变了URL的表现形式,实际上还是动态页面
还有其他的作用等等
修改之前链接的形式

接下来进入
取出application.php文件

找到
改成

保存,上传到服务器
效果图

伪静态只是改变了URL的表现形式,实际上还是动态页面
还有其他的作用等等
修改之前链接的形式

接下来进入
/var/www/html/protected/config/internal
取出application.php文件

找到
// 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,

保存,上传到服务器
效果图
