Skip to main content

"System.webServer/rewrite/rules" error after installation and solution

![](https://docsbimser.blob.core.windows.net/imagecontainer/rewrite_rules_hatas I-CF17511A-8152-4448-BE02-7BFD0551248D.png)

The problem can be fixed by pulling Select from the application database and running the following query.

SELECT * FROM CONFIGURATION WHERE KEYNAME LIKE '%System.WebServer.RewriteRules.Websitename%'
- Select and run the following query.
UPDATE CONFIGURATION SET VALUE='' WHERE KEYNAME='System.WebServer.RewriteRules.Websitename'