Skip to content

Instantly share code, notes, and snippets.

@Toddses
Toddses / iis-web.config
Last active May 25, 2024 10:16
Example web.config for WordPress on IIS
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="index.php" />
</files>
</defaultDocument>
<rewrite>