当我尝试在WordPress中创建用户时,将启动文件"user-new.php"的下载.但是没有创建用户.如果我想更改设置,同样的问题.然后开始下载"options.php"
这是下载的options.php的内容:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
Run Code Online (Sandbox Code Playgroud)
来自提供程序的错误日志:
30.10.2018 16:45:01 example.org [client 2a01:c23:9000::] rdbm_handle_postscan_block: hostname=example.org, client_ip='2a01:c23:9027:b800:34b5:9469:33f9:1ef4', would captcha uri: '/wp-admin/options.php'
30.10.2018 16:53:58 example.org [client 2a01:c23:9000::] rdbm_handle_postscan_block: hostname=example.org, client_ip='2a01:c23:9027:b800:34b5:9469:33f9:1ef4', would captcha uri: '/wp-admin/options.php'
30.10.2018 17:01:23 example.org [client 2a01:c23:9000::] rdbm_handle_postscan_block: hostname=example.org, client_ip='2a01:c23:9027:b800:34b5:9469:33f9:1ef4', would captcha uri: '/wp-admin/options.php'
30.10.2018 17:01:52 example.org [client 2a01:c23:9000::] rdbm_handle_postscan_block: hostname=example.org, …Run Code Online (Sandbox Code Playgroud)