首先發(fā)下牢騷 ,康盛真的是不咋地,偽靜態(tài)的設(shè)置什么的都不說明,以前7.0時(shí),就不好設(shè)置偽靜態(tài),因?yàn)槟菚r(shí)候我用的是win 主機(jī),不支持.htaccess所以就要去找httpd.ini 的。現(xiàn)在的dx1.5提供的到是多了一點(diǎn),一共提供了6種,并且也提供了iis的偽靜態(tài)規(guī)則 ,不過提供的都是獨(dú)立主機(jī)用的版本,真是不知道該說什么。
之前說了我把dz7.2轉(zhuǎn)換到了dx1.5,我放在了godaddy的免費(fèi)空間里,用的win主機(jī) iis7 版本,這樣就沒有另人討厭的廣告了,同時(shí)如果安裝wowordpress的話偽靜態(tài)也可以得到解決。不過我把dx傳上去之后發(fā)現(xiàn)不能設(shè)置偽靜態(tài),因?yàn)楹笈_(tái)并沒有提供iis7 虛擬主機(jī)的偽靜態(tài)規(guī)則,那就只有在網(wǎng)上搜了,終于在康盛的論壇里找到了可以用的偽靜態(tài)規(guī)則,經(jīng)驗(yàn)證可以使用,下面是規(guī)則
代碼如下:
<?xml version=1.0 encoding=utf-8?>
<configuration>
<system.webserver>
<rewrite>
<rules>
<rule name=portal_topic>
<match url=^topic-(.+)\.html$ ignorecase=false />
<conditions logicalgrouping=matchall>
<add input={query_string} pattern=^(.*)$ ignorecase=false />
</conditions>
<action type=rewrite url=portal.php?mod=topic&topic={r:1}&{c:1} appendquerystring=false />
</rule>
<rule name=portal_article>
<match url=^article-([0-9]+)\.html$ ignorecase=false />
<conditions logicalgrouping=matchall>
<add input={query_string} pattern=^(.*)$ ignorecase=false />
</conditions>
<action type=rewrite url=portal.php?mod=view&aid={r:1}&page={page}&{c:1} appendquerystring=false />
</rule>
<rule name=forum_forumdisplay>
<match url=^forum-(\w+)-([0-9]+)\.html$ ignorecase=false />
<conditions logicalgrouping=matchall>
<add input={query_string} pattern=^(.*)$ ignorecase=false />
</conditions>
<action type=rewrite url=forum.php?mod=forumdisplay&fid={r:1}&page={r:2}&{c:1} appendquerystring=false />
</rule>
<rule name=forum_viewthread>
<match url=^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ ignorecase=false />
<conditions logicalgrouping=matchall>
<add input={query_string} pattern=^(.*)$ ignorecase=false />
</conditions>
<action type=rewrite url=forum.php?mod=viewthread&tid={r:1}&extra=page\%3d{r:3}&page={r:2}&{c:1} appendquerystring=false />
</rule>
<rule name=group_group>
<match url=^group-([0-9]+)-([0-9]+)\.html$ ignorecase=false />
<conditions logicalgrouping=matchall>
<add input={query_string} pattern=^(.*)$ ignorecase=false />
</conditions>
<action type=rewrite url=forum.php?mod=group&fid={r:1}&page={r:2}&{c:1} appendquerystring=false />
</rule>
<rule name=home_space>
<match url=^space-(username|uid)-(.+)\.html$ ignorecase=false />
<conditions logicalgrouping=matchall>
<add input={query_string} pattern=^(.*)$ ignorecase=false />
</conditions>
<action type=rewrite url=home.php?mod=space&{r:1}={r:2}&{c:1} appendquerystring=false />
</rule>
<rule name=all_script>
<match url=^([a-z]+)-(.+)\.html$ ignorecase=false />
<conditions logicalgrouping=matchall>
<add input={query_string} pattern=^(.*)$ ignorecase=false />
</conditions>
<action type=rewrite url={r:1}.php?rewrite={r:2}&{c:1} appendquerystring=false />
</rule>
</rules>
</rewrite>
</system.webserver>
</configuration>
將以上內(nèi)容復(fù)制,并創(chuàng)建web.config文件,粘貼進(jìn)去,上傳到空間就可以了
經(jīng)測(cè)試如要在門戶文章頁實(shí)現(xiàn)偽靜態(tài),就要在后臺(tái)把文章門戶頁的鏈接格式改為portal-view-aid-{id}.html 再開戶文章門戶頁的偽靜態(tài)才可以,官方默認(rèn)的鏈接格式會(huì)找不到頁面
這個(gè)規(guī)則只適用于iis7 虛擬主機(jī)安裝的discuzx 1.5版本。
2025國(guó)考·省考課程試聽報(bào)名