–feat: can access to website directly from /

This commit is contained in:
Morph01
2025-02-02 12:31:17 -08:00
parent 3b1749292e
commit b70ac7f5b3
3 changed files with 12 additions and 132 deletions

11
web.config Normal file
View File

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