全球主机交流论坛

标题: DZ论坛伪静态.htaccess写法 [打印本页]

作者: 微笑着吃饭    时间: 2009-6-16 12:57
标题: DZ论坛伪静态.htaccess写法
经测试,对Godadyy有效。
# 将 RewriteEngine 模式打开
        RewriteEngine On

        # 修改以下语句中的 /discuz 为你的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /
        RewriteBase /bbs

        # Rewrite 系统规则请勿修改
        RewriteRule ^archiver/((fid|tid)-[\w\-]+\.html)$ archiver/index.php?$1
        RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2
        RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&extra=page\%3D$3&page=$2
        RewriteRule ^space-(username|uid)-(.+)\.html$ space.php?$1=$2
        RewriteRule ^tag-(.+)\.html$ tag.php?name=$1

作者: cpuer    时间: 2009-6-16 13:25
标题: 回复 1# 的帖子





欢迎光临 全球主机交流论坛 (https://sunk.eu.org/) Powered by Discuz! X3.4