pagespeed
if included optimization settings... To fix the problem, disable optimization settings or not use links with similar keywords.
To set up your own page in Webasyst in the site admin panel, go to the section "Website → Design → Templates"And open the file error.html
:
In the file, you can change the structure so that error handling is carried out separately, for example:
{if $error_code == 404}<h1>Error {$error_code}.</h1> Unfortunately, the page you requested was not found. Probably, You entered a non-existent address, the page has been deleted, moved or is currently temporarily unavailable! {elseif $error_code}<h1>{$error_code}. {if $error_message}{$error_message}{else}[s`Error`]{/if} </h1> [s`The requested resource is not available.`] {/if}