1. Home
  2. Website
  3. Setting Up Custom Error Pages on Windows Plesk

Setting Up Custom Error Pages on Windows Plesk

To configure the web server to show custom error pages for a site or a directory within a site:

 

 

 

1.   Switch on support for custom error documents.

 

·        Go to Websites & Domains and click the Hosting Settings button beside domain name you need.

·        Select the Custom error documents checkbox.

·        Click OK.

 

 

2.   Go to Websites & Domains and locate the domain name you need.

3.   Click Virtual Directories to see the list of error documents for the root web directory. Error documents located here are used for all web pages of the selected site. If you want to customize error pages for a specific virtual directory, navigate to that directory.

4.   Click Error Documents tab and click the required error document in the list.

 

 

o    To use the default document provided by IIS for this error page, select Default in the Type menu.

o    To use a custom HTML document already located in the error_docs directory in the virtual host directory of the domain, select File in the Type menu and specify the file name in the Location field.

o    To use a custom HTML document located in a directory other than error_docs on a domain, select URL in the Type menu and enter the path to your document in the Location field. The path should consist of “http://<your domain name>” plus the path to the file relative to the virtual host root (that is, <vhosts><domain>httpdocs).

 

For example, your domain name is example.com, and you have created a file named forbidden_403_1.html and saved it in the  httpdocsmy_errors directory. To use this file as an error document, you need to type the following URL into the Location field: 

http://example.com/my_errors/forbidden_403_1.html.

 

5.   Once the web server is restarted, it will start using your error documents.

Updated on August 31, 2023

Was this article helpful?

Related Articles