Dear Mark
I have another question related to WordPress hosted with a LiteSpeed V6.6 version. It is the 1st time that I have such an environment.
I have received the email explaining what to be changed in the .htaccess :
RewriteEngine On
RewriteBase /
RewriteRule .* - [E=noabort:1]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
I am not at ease with .htaccess this is why I am using Bullet Proof Security. It is possible to introduce custom code and I have introduced this one:
# CUSTOM CODE WP REWRITE LOOP START - Your Custom htaccess code will be created here with AutoMagic
# WP REWRITE LOOP START
RewriteEngine On
RewriteBase /
RewriteRule .* - [E=noabort:1]
RewriteRule ^index\.php$ - [L]
Unfortunately WordFence does still not complete the job and hangs.
Could you tell me what is wrong?
Thank you in advance!
Kind regards,
Dominique