• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue (custom) Error pages not Working

roberto bruzzese

New Pleskian
In the last few days I have noticed that if a wrong url is written in my domain , a redirection to the custom error pages does not follow. Perhaps something happened in the last update. So I have rewritten the custom error page directives in my apache as follow:

Alias /custom_error_pages /var/www/vhosts/www.studiopsicologiaabruzzo.it/custom_error_pages

ErrorDocument 400 /bad_request.html;
ErrorDocument 401 /unauthorized.html;
ErrorDocument 403 /forbidden.html;
ErrorDocument 404 /custom_error_pages/not_found.html;
ErrorDocument 405 /method_not_allowed.html;
ErrorDocument 406 /not_acceptable.html;
ErrorDocument 407 /proxy_authentication_required.html;
ErrorDocument 412 /precondition_failed.html;
ErrorDocument 414 /request-uri_too_long.html;
ErrorDocument 415 /unsupported_media_type.html;
ErrorDocument 500 /internal_server_error.html;
ErrorDocument 501 /not_implemented.html;
ErrorDocument 502 /bad_gateway.html;
ErrorDocument 503 /maintenance.html;

I have created the new directory /custom_error_pages and written the files inside. But that still is not working and the result is a wrong page as the following attached.
Schermata 2020-02-16 alle 17.42.37.png
 
Back
Top