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

Hi Marco,

You can make a test by adding your custom error code for 'Protostar' - a standard template of Joomla and set this as default template to see how it goes.

This will help to find out where the issue comes from. If it works with Protostar, then there is something wrong with T3.

If it doesn't work either, the problem would be from your custom code 🙂

Write a Reply...
You need to Login to view replies.