404 error

Mark

Administrator
Staff member
Hello, that plugin has been deleted.

You can add this line to your .htaccess:

ErrorDocument 404 /404.html

then create a custom 404.html page for your error message.
 

Basti

Administrator
Staff member
That plugin is broken and cant be used anymore, in more recent php versions it conflicts with a core function we have in the script

Easiest solution is to just create a custom page in your admin area -> in the id field put 404, and put some text into the content area

then in your htacess file ( topsite root, where settings_sql.php is ) put
Code:
ErrorDocument 404 /index.php?a=page&id=404
Or what mark said
 
Top