Files
PHP-LDAP/web.config
2025-02-02 12:33:14 -08:00

12 lines
281 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="index.php" />
</files>
</defaultDocument>
</system.webServer>
</configuration>