Skip to content

Commit 6acb385

Browse files
Alešdg
authored andcommitted
web.config: added defaultDocument [Closes nette#66]
1 parent 627c395 commit 6acb385

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

www/web.config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
</rule>
1717
</rules>
1818
</rewrite>
19+
<defaultDocument>
20+
<files>
21+
<add value="index.php" />
22+
</files>
23+
</defaultDocument>
1924
</system.webServer>
20-
</configuration>
25+
</configuration>

0 commit comments

Comments
 (0)