具體方法:
首先進入後台>全局>優化設置>搜索引擎優化
1.將下列右邊的
小框點上


2.開啓
Rewrite 兼容性,如下圖:

PS:(有高手講:開啓兼容性有問題,打開中文用户空間提示用户空間不存在,關閉兼容性好點。建議關閉兼容性)
3.點擊 「提
交」,保存以上設置。
4.下載偽靜態文
件 「httpd.ini」,文件規則代碼見以下內容:
- [ISAPI_Rewrite]
- # 3600 = 1 hour
- CacheClockRate 3600
- RepeatLimit 32
- # Protect httpd.ini and httpd.parse.errors files
- # from accessing through HTTP
- RewriteRule ^(.*)/topic-(.+).html(?(.*))*$
$1/portal.php?mod=topic&topic=$2&$4 - RewriteRule ^(.*)/article-([0-9]+)-([0-9]+).html(?(.*))*$
$1/portal.php?mod=view&aid=$2&page=$3&$5 - RewriteRule ^(.*)/forum-(w+)-([0-9]+).html(?(.*))*$
$1/forum.php?mod=forumdisplay&fid=$2&page=$3&$5 - RewriteRule
^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+).html(?(.*))*$
$1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3&$6 - RewriteRule ^(.*)/group-([0-9]+)-([0-9]+).html(?(.*))*$
$1/forum.php?mod=group&fid=$2&page=$3&$5 - RewriteRule ^(.*)/space-(username|uid)-(.+).html(?(.*))*$
$1/home.php?mod=space&$2=$3&$5 - RewriteRule ^(.*)/([a-z]+)-(.+).html(?(.*))*$
$1/$2.php?rewrite=$3&$5
5.下載 iss 偽
靜態文件,點擊下面壓縮包下載,下載解壓後上傳致你的論壇根目錄
httpd.rar