File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 517
517
* server response time when loading 404 error pages and prevents the 404 error
518
518
* from being logged in the Drupal system log. In order to prevent valid pages
519
519
* 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.
524
524
*/
525
525
# drupal_fast_404();
526
526
You can’t perform that action at this time.
0 commit comments