系统 发表于 2020-10-30 09:49:15

帝国PHP 宝塔面板禁用了ASP APX后网站 错误500问题


错误代码如题,确认只设置了禁用ASP ASPX,网站后台是帝国PHP。

配置如下:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
        <location allowOverride="false" inheritInChildApplications="false" path=".">
                <system.webServer>
                        <rewrite>
                                <rules configSource="web_config\rewrite.config" />
                        </rewrite>
                        <defaultDocument configSource="web_config\default.config" />
                        <httpErrors configSource="web_config\httpErrors.config" />
                        <handlers configSource="web_config\php.config" />
                </system.webServer>
        </location>
</configuration>



系统 发表于 2020-10-31 15:01:33

重启了下宝塔,变成这样子了

系统 发表于 2020-10-31 14:47:37

@管理大大,海尔普~~~
页: [1]
查看完整版本: 帝国PHP 宝塔面板禁用了ASP APX后网站 错误500问题