Blogger Information
Blog 12
fans 0
comment 0
visits 27650
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
鲶鱼CMS如何设置伪静态?
小生我怕怕啊的博客
Original
1113 people have browsed it


在宝塔面板网站的伪静态设置中,将如下代码复制保存即可,同时鲶鱼CMS还要在系统设置中启用短地址,此时鲶鱼CMS的伪静态即配置成功。 

if (!-d $request_filename){
set $rule_0 1$rule_0;
}
if (!-f $request_filename){
set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){
rewrite ^/(.*)$ /index.php/$1 last;
}


 转载至:魔指社区

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post