Discuz! X在Godaddy的Windows主机也是可以设置伪静态的,方法:复制以下代码,另存为web.config,上传到论坛安装的目录下。经过本人在免费空间上测试可用。
另外提醒, GoDaddy iis 7的主机才支持伪静态模块.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="topic">
<match url="^topic-(.+)\.html$" />
<action type="...
godaddy, windows主机, 伪静态阅读全文