Just moved over to a new hosting provider, where they use Plesk as the control panel. On my previous hosting and locally I the custom 404 page is working OK.
On the new hosting (eHosting), I get a white page with 'The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.'.
The umbracoSettings is set with the id of the 404 page:
<errors> <!-- the id of the page that should be shown if the page is not found --> <!-- <errorPage culture="default">1</errorPage>--> <!-- <errorPage culture="en-US">200</errorPage>--> <error404>1082</error404> </errors>
From the Plesk control panel, the custom error page has been setup to point to 404.aspx
Was wondering if anyone has the 404 working under Plesk?
404 not working with new hosting provider
Hi,
Just moved over to a new hosting provider, where they use Plesk as the control panel. On my previous hosting and locally I the custom 404 page is working OK.
On the new hosting (eHosting), I get a white page with 'The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.'.
The web config has:
have also customErrors tried
and
The umbracoSettings is set with the id of the 404 page:
From the Plesk control panel, the custom error page has been setup to point to 404.aspx
Was wondering if anyone has the 404 working under Plesk?
Thanks,
Eddie
Hi All,
Updated the system.Webserver to
and now have the 404 working for all .aspx pages. But no joy with the other extensions (.png, php, .html etc...)
Thanks,
Eddie
Hi All,
Manage to get the 404.aspx working for all file types.
Deleted
and updated the web.config to:
If someone could relpy, so I can resolve the ticket that would be great.
Thanks,
Eddie
I'm coming across the same issue with my hosting, same situation. I havent found a fix for this yet, anyone come across anything?
is working on a reply...