当前位置:首页 > 教程 > 正文

Multicraft下如何实现伪静态

伪静态的作用主要是对搜索引擎友好

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

还有其他的作用等等

修改之前链接的形式

Multicraft下如何实现伪静态  第1张

接下来进入

/var/www/html/protected/config/internal

取出application.php文件

Multicraft下如何实现伪静态  第2张

找到

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

Multicraft下如何实现伪静态  第3张

保存,上传到服务器

效果图

Multicraft下如何实现伪静态  第4张

0
您需要 登录账户 后才能发表评论

发表评论