Skip to content

Instantly share code, notes, and snippets.

View jrodriguezhernandez's full-sized avatar
🏠
Working from home

jimrod jrodriguezhernandez

🏠
Working from home
View GitHub Profile
@Toddses
Toddses / iis-web.config
Last active July 14, 2023 04:29
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>