tas2580.zip
/viewforum.php?f=1 becomes /f-1/
/viewtopic.php?f=1&t=2 becomes /t-2.html
第二版伪静态规则
RewriteRule ^t-([0-9]*)-s([0-9]*).html viewtopic.php?t=$1&start=$2&%{QUERY_STRING} [L]
RewriteRule ^t-([0-9]*).html viewtopic.php?t=$1&%{QUERY_STRING} [L]
RewriteRule ^f-([0-9]*)/index-s([0-9]*).html ...
搜索找到 79 个匹配
- 2017-12-25, 09:33
- 版面: phpBB
- 主题: 【已过时】本论坛伪静态插件及规则与修改
- 回复总数: 3
- 阅读次数: 204611
【已过时】本论坛伪静态插件及规则与修改
本论坛现在所用伪静态方式与本帖不相符
插件下载 tas2580.zip
/viewforum.php?f=1 becomes /f-1/
/viewtopic.php?f=1&t=2 becomes /f-1/t-2.html
伪静态规则
RewriteRule ^(.*)f-([0-9]*)/(.*)t-([0-9]*)-s([0-9]*).html viewtopic.php?f=$2&t=$4&start=$5&%{QUERY_STRING} [L]
RewriteRule ^(.*)f-([0-9]*)/(.*)t-([0-9]*).html viewtopic ...
插件下载 tas2580.zip
/viewforum.php?f=1 becomes /f-1/
/viewtopic.php?f=1&t=2 becomes /f-1/t-2.html
伪静态规则
RewriteRule ^(.*)f-([0-9]*)/(.*)t-([0-9]*)-s([0-9]*).html viewtopic.php?f=$2&t=$4&start=$5&%{QUERY_STRING} [L]
RewriteRule ^(.*)f-([0-9]*)/(.*)t-([0-9]*).html viewtopic ...
- 2016-12-31, 08:39
- 版面: phpBB
- 主题: 欢迎来到 phpBB3
- 回复总数: 1
- 阅读次数: 174230
欢迎来到 phpBB3
这是新安装好的phpBB3论坛中的一个样本帖子。您可以删除这个帖子、这个主题甚至这个版面, 因为一切看起来都运转正常!