内容目录
url.rewrite = (
“^/topic-(.+)\.html$” => “/portal.php?mod=topic&topic=$1”,
“^/article-([0-9]+)\.html$” => “/portal.php?mod=article&articleid=$1”,
“^/forum-(\w+)-([0-9]+)\.html$” => “/forum.php?mod=forumdisplay&fid=$1&page=$2”,
“^/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$” => “/forum.php?mod=viewthread&tid=$1&extra=page=$3&page=$2”,
“^/group-([0-9]+)-([0-9]+)\.html$” => “/forum.php?mod=group&fid=$1&page=$2”,
“^/space-(username|uid)-(.+)\.html$” => “/home.php?mod=space&$1=$2”,
“^/([a-z]+)-(.+)\.html$” => “/$1.php?rewrite=$2”
)