Knowledgebase: Windows Reseller Plesk
Plesk Windows Custom Error page
Posted by Premium Reseller on 07 May 2019 05:17 AM

Website on our Plesk Windows server is configured with "detailed errors" mode.

To use custom error page, you need to add configuration in web.config file

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpErrors errorMode="Custom" />
    </system.webServer>
</configuration>

(0 vote(s))
This article was helpful
This article was not helpful