Errors2Site

Errors2Site is a component which helps you easily create the default pages when errors such as "component not found" occur. You can edit the HTML with the joomla WYSIWYG editor. The errors are redirected to the site using the chosen HTML error template. You can edit, import and export your error templates.
This component will speed up the time creating and changing the display of error-handling in Joomla.
new features in v1.0.0:
- HTTP/1.0 404 Not Found header
- Installer / Updater
- Update Notifier
Possible improvement is to include at least
if ($this->error->code == '404') {header("HTTP/1.0 404 Not Found");} ?>
in the error.php for a html-head that helps the search engines.
Thanks for the hint. We have improved your suggestion on the 404 Header issue in the new version (1.0.0).
I was looking for something like that a long time already and got bored with complicated SEO redirections ... this component makes everything on the fly ! Worked immediately after installation and addition of the .htaccess lines.





