When reaching an unpublished or deleted page, I get a white blank page.
404 error page only shows when the address has never existed.
How can I force the unpublished or deleted page to trigger 404?
I'm using Umbraco version 7.5.6 assembly: 1.0.6185.24083, running on IIS 7.5.
No 404 shown for unpublished
Hi,
When reaching an unpublished or deleted page, I get a white blank page. 404 error page only shows when the address has never existed. How can I force the unpublished or deleted page to trigger 404?
I'm using Umbraco version 7.5.6 assembly: 1.0.6185.24083, running on IIS 7.5.
Thanks :) Ramin
You can add a 404 page in /config/umbracosettings.config file. This sounds like you're doing this already.
Check the link below for reference.
https://our.umbraco.org/wiki/install-and-setup/configuring-404-pages
Otherwise, you can set customErrors in web.config file under system.web section.
Hope this helps, David
is working on a reply...