Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have installed a 7.2.8 version of Umbraco on a Windows 2012 R2 server with IIS 8.5.
I have setup 404 as instructed here: https://our.umbraco.org/wiki/install-and-setup/configuring-404-pages
Both in /config/umbracosettings.config and web.config.
However, when I try to load a non existing URL I get the default Windows Server IIS 404 page.
Can anyone help? Is there something I need to do? Perhaps in IIS under error pages for the site?
I have done this many times and it worked.
if you are seeing your iis 404 page. have you added this?
<httpErrors existingResponse="PassThrough"/> in your system.webServer section.
<httpErrors existingResponse="PassThrough"/>
does id exist which you given in the 404 section in Umbracosettigns.config?
<error404>1</error404>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Getting 404 to work on 7.2.X and IIS 8.5
I have installed a 7.2.8 version of Umbraco on a Windows 2012 R2 server with IIS 8.5.
I have setup 404 as instructed here: https://our.umbraco.org/wiki/install-and-setup/configuring-404-pages
Both in /config/umbracosettings.config and web.config.
However, when I try to load a non existing URL I get the default Windows Server IIS 404 page.
Can anyone help? Is there something I need to do? Perhaps in IIS under error pages for the site?
I have done this many times and it worked.
if you are seeing your iis 404 page. have you added this?
<httpErrors existingResponse="PassThrough"/>
in your system.webServer section.does id exist which you given in the 404 section in Umbracosettigns.config?
is working on a reply...