[提问]
WIN 主机下 Discuz 为静态规则 问题
|
|
- <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <system.webServer>
- <rewrite>
- <rules>
- <rule name="Imported Rule 17">
- <match url="^archiver/((fid|tid)-[\w\-]+\.html)$" ignoreCase="false" />
- <action type="Rewrite" url="archiver/index.php?{R:1}" appendQueryString="false" />
- </rule>
- <rule name="Imported Rule 18">
- <match url="^forum-([0-9]+)-([0-9]+)\.html$" ignoreCase="false" />
- <action type="Rewrite" url="forumdisplay.php?fid={R:1}&page={R:2}" appendQueryString="false" />
- </rule>
- <rule name="Imported Rule 19">
- <match url="^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$" ignoreCase="false" />
- <action type="Rewrite" url="viewthread.php?tid={R:1}&extra=page\%3D{R:3}&page={R:2}" appendQueryString="false" />
- </rule>
- <rule name="Imported Rule 20">
- <match url="^space-(username|uid)-(.+)\.html$" ignoreCase="false" />
- <action type="Rewrite" url="space.php?{R:1}={R:2}" appendQueryString="false" />
- </rule>
- <rule name="Imported Rule 21">
- <match url="^tag-(.+)\.html$" ignoreCase="false" />
- <action type="Rewrite" url="tag.php?name={R:1}" appendQueryString="false" />
- </rule>
- </rules>
- </rewrite>
- <httpErrors errorMode="Detailed" />
- <asp scriptErrorSentToBrowser="true" />
- </system.webServer>
- <system.web>
- <customErrors mode="Off" />
- <globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" />
- </system.web>
- </configuration>
复制代码- <rule name="Imported Rule 20">
- <match url="^space-(username|uid)-(.+)\.html$" ignoreCase="false" />
- <action type="Rewrite" url="space.php?{R:1}={R:2}" appendQueryString="false" />
- </rule>
复制代码 不知道是不是这里的问题
现在网站用户 space-username-%25D6%25D0%25CE%25C4%25B2%25E2%25CA%25D4.html 为静态
GoDaddy对中文不支持吧?
如何修改这个 |
|
|
|
|
|
|
|
|
|
|
welcome51cc
发表于 2010-9-26 09:12:40
|
显示全部楼层
|
http://www.aybikes.com/space-username-%25D6%25D0%25CE%25C4%25B2%25E2%25CA%25D4.html |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-9-26 09:25:13
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-9-26 09:36:57
|
显示全部楼层
|
|
|
|
|
|
|
|