How to create custom 401, 403 and 500 error pages?

EError pages are served up via .HTACCESS, if you are using Apache you would use the ErrorDocument directive and add the status and URL to it. So it would look like this in your .htaccess file:

  You could use the following function below. This will dynamically add what is needed to the HTACCESS […]

person shubham sharmaaccess_time February 3, 2017launch Read More