佚名 向大家介绍了discuz伪静态设置,discuz伪静态,discuz静态化,discuz url静态化,discuz3.2伪静态等相关知识,希望对您有所帮助
Discuz首页最后回复伪静态,redirect.php伪静态,最后发表伪静态在默认情形下,Discuz首页“最后发表”那个URL是动态URL
redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost
这样的后果并不好,假如你论坛已经做了伪静态,想修正成thread-274-1-1.html这样的页面,替换下代码即可完成
打开templates/default/discuz.htm
找到两处
redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost
替换成
thread-$forum[lastpost][tid]-1-1.html </div>
redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost
这样的后果并不好,假如你论坛已经做了伪静态,想修正成thread-274-1-1.html这样的页面,替换下代码即可完成
打开templates/default/discuz.htm
找到两处
redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost
替换成
thread-$forum[lastpost][tid]-1-1.html </div>