Forbidden login page. client denied by server configuration
-
As a result of checking the log, it was client denied by server configuration: ROOT/wp-login.php.
Among the contents of the .htaccess file
<Files wp-login.php>
Require all denied
Require ip xxx.xx.xxx.xxx
Require ip xxx.xx.xxx.xxx
Require ip xxx.xx.xxx.xxx
</Files>
It was confirmed that the solution was solved by adding 127.0.0.1 to the contents to test locally.But is there any way to prevent the Forbidden phenomenon without adding an IP?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Forbidden login page. client denied by server configuration’ is closed to new replies.