Custom error pages can be created in the dotCMS by redirecting their default path via virtual link. These are the steps to take:
1. Create your 404 page as a regular page in dotCMS: for instance /error-pages/404.dot
2. Create a virtual link with the following properties
* Title="cms404Page"
* URL="/cms404Page"
* and Enter URL to Redirect to: your page location for example "/error-pages/404.dot"
This applies to the following error pages: 400, 401, 402, 403, and 404.
Post a Comment