Skip to content

Commit 4d1840e

Browse files
committedFeb 18, 2015
Issue #2407175 by zealfire: Documentation error in default.settings.php
1 parent dc36565 commit 4d1840e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎sites/default/default.settings.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,10 @@
517517
* server response time when loading 404 error pages and prevents the 404 error
518518
* from being logged in the Drupal system log. In order to prevent valid pages
519519
* such as image styles and other generated content that may match the
520-
* '404_fast_html' regular expression from returning 404 errors, it is necessary
521-
* to add them to the '404_fast_paths_exclude' regular expression above. Make
522-
* sure that you understand the effects of this feature before uncommenting the
523-
* line below.
520+
* '404_fast_paths' regular expression from returning 404 errors, it is
521+
* necessary to add them to the '404_fast_paths_exclude' regular expression
522+
* above. Make sure that you understand the effects of this feature before
523+
* uncommenting the line below.
524524
*/
525525
# drupal_fast_404();
526526

0 commit comments

Comments
 (0)