Hello,
I recently started experiencing Internal Server Errors on my site. I noticed HMWP creates duplicate configs in the htaccess and omits some commands leading to the Server Error e.g The writeCond %{REQUEST_FILENAME} !-f (Missing the “Re”)
My server error log showed the below error in multiple instances:
Ifmodule without matching ifmodule section
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
riteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Is there a solution to fix the issue?