我的password_verify在我的主站点上工作正常。 但是,在我的子域中,完全相同的代码导致以下错误: p>
subdomain.example.com页面无法正常工作 strong> p> \ n
subdomain.example.com目前无法处理此请求。 strong> p>
这是我验证密码的代码, password_verify ($ password,$ hash) code>。 p>
div>
I have password_verify working fine on my main site. However, on my subdomain, the exact same code is causing the following error:
The subdomain.example.com page isn’t working
subdomain.example.com is currently unable to handle this request.
This is my code for verifying the password, password_verify($password, $hash)
.
我的password_verify在我的主站点上工作正常。 但是,在我的子域中,完全相同的代码导致以下错误: p>
subdomain.example.com页面无法正常工作 strong> p> \ n
subdomain.example.com目前无法处理此请求。 strong> p>
这是我验证密码的代码, password_verify ($ password,$ hash) code>。 p>
div>