- πΊπΈUnited States deronimo
#13 worked for me, with a minor change. I added the below to the settings.php, just above the "fast_404" entries. :
$settings['fast404_url_whitelisting'] = TRUE;
$settings['fast404_whitelist'] = ['ads.txt'];I tested the change, and it worked.
- π¬π§United Kingdom marcelovani London
That is correct, I may have typed it incorrectly by mistake on #13.
Fore reference https://git.drupalcode.org/project/fast_404/-/blob/8.x-2.x/README.txt