The server is temporarily unable to service your request due to maintenance downtime or capacity pro
Service Unavailable
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache Server at www.proger.cn Port 443
在把一个项目移植到另一个域名下到时候,遇到了如上到问题
原因是我把当前域名注册了https
如果我把网站访问到地址改回为http,又回出现如上错误,只是Port变更为了80
解决办法:
我用到是宝塔面板,进入当前网页到网站更目录下,点击设置
点击php版本,修改版本纯静态为你到项目所依赖到php版本。
我这里是7.2。
问题解决。