Thank you!
I started in through your tabs, including backing up my two existing .haccess files and being about to try the activation of Root and wp-admin security.
Before activiation, I did see one item on the security status page that looked problematic:
“The .htaccess file that is activated in your root folder is:
reated by 6Scan plugin #Those are used by 6S”
So, before trying activation, I decided to see if I could see what about 6scan in my current root .htaccess seems to be the problem.
I see what you mean, instead of something like
# BEGIN 6SCAN
and
# END 6SCAN
they have non-standard, at the beginning of the file:
# Created by 6Scan plugin
…
# End of 6Scan plugin
If I were to leave those alone, but to WRAP their section with a more standard BEGIN/END myself, like this, would your plugin then be happy?
BEGIN 6SCAN
# Created by 6Scan plugin
…
# End of 6Scan plugin
END 6SCAN
If so, I can easily do that.
Any harm in trying it at least?
Thank you!
Carl