PhpBB如何更改帖子网址

时间:2014-04-22 14:05:49

标签: php url url-rewriting seo phpbb3

我正在尝试以Seo Oriented Way更改PhpBB(v 3.0.12)帖子。

当用户创建新帖子(发布“测试”)时,生成的网址与下面的网址类似:

http://phpbb.local/viewtopic.php?f=2&t=2

我想以这种方式更改帖子'url。

http://phpbb.local/posts/test.html

或类似的东西。

有可能吗?我必须安装任何插件吗?我在管理面板中找不到任何相关信息。

1 个答案:

答案 0 :(得分:0)

使用http服务器重写?例如 : apache rewriterule或nginx proxy。