If you ever experience this, it’s probably because EPiServer uses a custom remapping for the 404 – Page Not Found error in IIS. To fix it do the following:
- Open IIS manager, and right click on the web site.
- Select “Properties” from the dropdown menu.
- On the “Custom Errors” tab, scroll down the list until you see “404” in the HTTP Error column.
- Double click the 404 entry to open the properties box.
- Set the Message type to “URL”.
- Type “/util/NotFound.aspx” in the URL text box.
- Click “OK”.
- Click “OK” in the web site properties dialog to close it.
- That’s it, now Bob’s your Uncle!
No comments:
Post a Comment