Title: WordPress Multisite on IIS throws 404 when saving changes
Last modified: August 22, 2016

---

# WordPress Multisite on IIS throws 404 when saving changes

 *  Resolved [Boris Kuzmanov](https://wordpress.org/support/users/kuzmanov/)
 * (@kuzmanov)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wordpress-multisite-on-iis-throws-404-when-saving-changes/)
 * Hello guys,
 * I’ve installed WordPress Multisite on IIS server, everything is working fine,
   except when I’m trying to save the changes on a few pages (general, readings,…
   every page that is making a request to options.php) it throws “Not found”. Changes
   are saved, but I’m not redirected back. Here is my web.config.
 *     ```
       <?xml version="1.0" encoding="UTF-8"?>
       <configuration>
           <system.webServer>
             <rewrite>
               <rules>
                 <rule name="WordPress Rule 1" stopProcessing="true">
                   <match url="^index\.php$" ignoreCase="false" />
                   <action type="None" />
                 </rule>
                 <rule name="WordPress Rule 2" stopProcessing="true">
                   <match url="^([_0-9a-zA-Z-]+/)?files/(.+)" ignoreCase="false" />
                   <action type="Rewrite" url="wp-includes/ms-files.php?file={R:2}" appendQueryString="false" />
                 </rule>
                 <rule name="WordPress Rule 3" stopProcessing="true">
                   <match url="^([_0-9a-zA-Z-]+/)?wp-admin$" ignoreCase="false" />
                   <action type="Redirect" url="{R:1}wp-admin/" redirectType="Permanent" />
                 </rule>
                 <rule name="WordPress Rule 4" stopProcessing="true">
                   <match url="^" ignoreCase="false" />
                   <conditions logicalGrouping="MatchAny">
                     <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" />
                     <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" />
                   </conditions>
                   <action type="None" />
                 </rule>
                 <rule name="WordPress Rule 5" stopProcessing="true">
                   <match url="(^[_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)" ignoreCase="false" />
                   <action type="Rewrite" url="{R:2}" />
                 </rule>
                 <rule name="WordPress Rule 6" stopProcessing="true">
                   <match url="^([_0-9a-zA-Z-]+/)?(.*\.php)$" ignoreCase="false" />
                   <action type="Rewrite" url="{R:2}" />
                 </rule>
                 <rule name="WordPress Rule 7" stopProcessing="true">
                   <match url="." ignoreCase="false" />
                   <action type="Rewrite" url="index.php" />
                 </rule>
               </rules>
             </rewrite>
           </system.webServer>
       </configuration>
       ```
   
 * Thanks in advance.

Viewing 1 replies (of 1 total)

 *  Thread Starter [Boris Kuzmanov](https://wordpress.org/support/users/kuzmanov/)
 * (@kuzmanov)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wordpress-multisite-on-iis-throws-404-when-saving-changes/#post-5949688)
 * Changing the settings to run PHP as FastCGI solved the problem

Viewing 1 replies (of 1 total)

The topic ‘WordPress Multisite on IIS throws 404 when saving changes’ is closed 
to new replies.

## Tags

 * [iis](https://wordpress.org/support/topic-tag/iis/)
 * [not-found](https://wordpress.org/support/topic-tag/not-found/)
 * [wordpress multisite](https://wordpress.org/support/topic-tag/wordpress-multisite/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 1 reply
 * 1 participant
 * Last reply from: [Boris Kuzmanov](https://wordpress.org/support/users/kuzmanov/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/wordpress-multisite-on-iis-throws-404-when-saving-changes/#post-5949688)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
