Wordfence wants me to edit RewriteRule
-
Hi,
Wordfence wants me to edit a RewriteRule, but the RewriteRule is controlled by Litespeed Cache. Is there an option to set noabort:1 in the plugin or how do I have to save it to htaccess?
Info Wordfence:
https://www.wordfence.com/help/advanced/system-requirements/litespeed/htaccess has to like this:
# BEGIN LiteSpeed noabort
<IfModule rewrite_module>
RewriteEngine On
RewriteRule .* – [E=noabort:1]
</IfModule>
# END liteSpeed noabortBut I already have these lines form your plugin:
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
</IfModule>Now I don’t want to extend the RewriteRule bc your plugin will probably override this. What do I have to do?
Thanks for your help,
Florian
- The topic ‘Wordfence wants me to edit RewriteRule’ is closed to new replies.