diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 8e081fd..fe16cfc 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'] = '404 Not Found

Not Found

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

'; +#$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'] = '404 Not Found

Not Found

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

'; /** * Load local development override configuration, if available.