How to resolve issues to login to all installed wordpress backend

  This Tutorial will Guide you on how to fix your Wordpress backend login  All you need to do is to Follow this tutorial Step by step ...

on your public_html folder or the folder where you installed wp

find your .htaccess file

copy and paste this code below to your htaccess file and save

 

<FilesMatch "^(wp-login|wp-comments-post).php$">
AuthType None
require all granted
</FilesMatch>

<FilesMatch "xmlrpc.php">
AuthType None
require all granted
</FilesMatch>

it will resolve the issue

  • wordpress, wordpress login, wordpress comment, comments, xmlrpc.php, wp-comments-post, bruteforce, wp security
  • 1 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

How to resolve Error establishing a database connection

  This Tutorial will Guide you on how to fix your Wordpress Database Connection Issue. All you...

How to use Jetpack / WP Super Cache with WordPress?

Bergehost servers block remote connection to xmlrpc.php or, wp-cron.php for security reason....