启用Discuz 静态网址功能可以增加Google,Baidu等搜索引擎的友好度,在Lunarpages hostmonster godaddy ixwebhosting 等主机商的linux主机上可以通过.htaccess来实现。用编辑器创建一个.htaccess文件。
内容如下:
RewriteEngine on
RewriteBase /
RewriteRule ^archiver/([a-z0-9-]+.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$4&page=$2
RewriteRule ^profile-(username|uid)-(.*).html$ viewpro.php?$1=$2
将以上内容编辑成.htaccess文件放 在Discuz 论坛的根目录。
其中 “RewriteBase /”是论坛路径,如果论坛在/forum可以更改为"RewriteBase /forum"









