Hi,
I don't understand how this could happen, but the redirect to the 404 page isn't working. In the theme (
T3 Framework version 3.2.2 with Joomla 3), inside error.php, I've put:
if (($this->error->getCode()) == '404') {
header('Location: https://vps04.visualcom.it/it/page-not-found');
exit;
}
But in some cases, it doesn't show the page and gives me this error that you see in the link.
https://vps04.visualcom.it/it/pagaineroor
Thanks
Marco