diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 8e081fd14d132cf47607ec37136531379f1d5774..fe16cfcf46469ccfbe266bfffb34c6146accb5ed 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -624,9 +624,9 @@ * * Remove the leading hash signs if you would like to alter this functionality. */ -#$conf['system.performance]['fast_404']['exclude_paths'] = '/\/(?:styles)\//'; -#$conf['system.performance]['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'; -#$conf['system.performance]['fast_404']['html'] = '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'; +#$conf['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)\//'; +#$conf['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'; +#$conf['system.performance']['fast_404']['html'] = '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'; /** * Load local development override configuration, if available.