Hello Luigi,
First, thank you for the great component, realy it should be the part of Joomla core.
My problem is with custom 404 page.
First I did create 404 page, ID is 4.
Then I enable it in plugin (Custom error 404 page=yes, ID=4).
But still I don't see result, 404 page is empty in content and website caption have sufix: 404.
My HTML code is this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="refresh" content="0;url=
myebsite.com/page1/" />
</head>
<body>
</body>
</html>
This code work in any editor so it is corect, my website jump up but without content (blank) instead of page1 (in the code above).