web.config设置目录只读,不能执行PHP

By | 2022-01-16

web.config设置目录只读,不能执行PHP

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <handlers accessPolicy="Read" />
    </system.webServer>
</configuration>

IIS配置文件位置

C:\Windows\System32\inetsrv\config\applicationHost.config
如文件损坏备份位置: C:\inetpub\history