From 8a4df80203b3536efbf2097a8ddf31dd62c77451 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sun, 4 Nov 2012 23:30:05 -0500 Subject: Issue #1436814 by gary4gar, kid_icarus, netol, webchick, droplet, andypost: Fixed Fast 404 'Not found' pages are missing a doctype. --- sites/default/default.settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sites/default') diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 2ac6ed56b..2b207f224 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -490,7 +490,7 @@ ini_set('session.cookie_lifetime', 2000000); */ $conf['404_fast_paths_exclude'] = '/\/(?:styles)\//'; $conf['404_fast_paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'; -$conf['404_fast_html'] = '404 Not Found

Not Found

The requested URL "@path" was not found on this server.

'; +$conf['404_fast_html'] = '404 Not Found

Not Found

The requested URL "@path" was not found on this server.

'; /** * By default the page request process will return a fast 404 page for missing -- cgit v1.2.3