web.config 480 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <location allowOverride="false" inheritInChildApplications="false" path=".">
  4. <system.webServer>
  5. <rewrite>
  6. <rules configSource="web_config\rewrite.config" />
  7. </rewrite>
  8. <defaultDocument configSource="web_config\default.config" />
  9. <httpErrors configSource="web_config\httpErrors.config" />
  10. <handlers configSource="web_config\php.config" />
  11. </system.webServer>
  12. </location>
  13. </configuration>