79766124

Date: 2025-09-16 10:50:40
Score: 6.5 🚩
Natty:
Report link

In your .htaccess you can add this condition to specify you don't want your folder to be passed to the URL you're visiting:

RewriteCond %{REQUEST_URI} !^/folder-name/ [NC]

Worked for me while having the same issue. Please let me know if I'm wrong since I'm new to this

Reasons:
  • Whitelisted phrase (-1): Worked for me
  • RegEx Blacklisted phrase (2.5): Please let me know
  • RegEx Blacklisted phrase (1.5): I'm new
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
  • Low reputation (1):
Posted by: Giorgio