WebFramework ###Tips### Add the following to your .htaccess file to use the framework's 404 template for php files. <Files ~ "\.php$"> ErrorDocument 404 /core/error_templates/404.php </Files> Note: path is relative to DocumentRoot. Look here for more info.