Hey sorry for bothering you once again…Am just curious to know this…Will you please explain to me how does my wordpress BPS Pro root .htaccess file protects my html folders with html files? Thanks.
.htaccess files are heirarchical/recursive. The parent .htaccess file applies its security rules/filters to all folders below it, unless an .htaccess file exists in a folder below it. Then that folder will follow its own .htaccess file rules/filters.