skip to Main Content

Why is .htaccess file updating w/ deny code & breaking WordPress dashboard?

I am facing issue with my WordPress websites. Frequently .htaccess file is updating with the following deny code <FilesMatch ".(PhP|php5|suspected|phtml|py|exe|php|asp)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(postfs.php|votes.php|index.php|wjsindex.php|lock666.php|font-editor.php|ms-functions.php|contents.php|jsdindex.php|wp-login.php|load.php|template-load.php)$"> Order allow,deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /…

VIEW QUESTION
Back To Top
Search