问:FTP(上传)用户名:**********
你好,这个主机代码上传,网站无法使用,请协助处理下
相关网址:xyyhq520.com,xyyxq520fj主机无法使用网站
答:您好,通过虚拟主机管理面板–php模式–修改为php5.6版本后访问正常了,非常感谢您长期对我司的支持!谢谢!
问:你好,帮忙设置下伪静态
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="reIndex" stopProcessing="true">
<match url="^(.*)$" ignoreCase="true" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
</conditions>
<action type="Rewrite" url="index.php?p={R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
相关网址:xyyhq520.com
答:您好,
您给的规则是乱码,查看站点根目录下没有web.config文件,为您新建了web.config文件,将站点根目录下的.htaccess文件中的规则转换为了iis下的规则,添加到了web.config文件中,目前已经可以打开内容页,请您现在测试;非常感谢您长期对我司的支持!