Hi there,
We have a 404 error page designed in html, how could we change the error page used for default in this template for our own one?
Thank you!
<?php
header("Location: YOUR_ERROR_PAGE_ABSOLUTE_URL");
// EOF