Problem Statement
Websites with URL Rewrite are not working in Windows VPS.
Solution
One of our customers faced issues with Rewrite rules in the Windows server. As a result, all their websites with Rewrite Rules were not working.
After some investigation, we changed the application pool of those websites to ‘Integrated mode.’
Following are the steps we performed to change the application pool –
- Go to Start → Administrative Tools → IIS Manager.
- In the connection windows, click on the server’s name and expand it.
- Now expand Sites.
- Select the website in question and right-click on it.
- Under the Manage Website option, select Advanced Settings.
- Click on the Application Pool and select the application pool integrated from the dropdown.
- Click OK.
- Restart your website.