Hi I observed that fast404 make the advanced_help module path to */README.TXT files unavailable. I couldn't find out a solution with settings.php - neither by deleting txt neither by whitelisting array including README.TXT (default advanced_help file to be called, when there is no other help available) - How to configure that somethinmg like */help/fast_404/README.TXT is still available?

Comments

soyarma’s picture

You should be able to solve this by changing the paths to deliver fast 404s on to this

$conf['fast_404_exts'] = '[^help]\.(txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';

soyarma’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

chiebert’s picture

Version: 7.x-1.1 » 7.x-1.3
Status: Closed (fixed) » Active

Hi there - reopening, since this issue remains, by default, using the current released branch of fast_404. And since there's a recently committed patch in the -dev branch that adds private files to the fast_404_exts regex, I'm wondering if there needs to be some additional comments in the fast_404 README that show some explicit examples on how to add paths like this (for us regex-challenged folks).

  • typhonius committed 2947069 on 7.x-1.x
    Issue #1322070: Document required changes to make advanced_help files...
adammalone’s picture

Assigned: ChoY » Unassigned
Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.