1. 代碼FTP上傳 htdoc;后運行 wordPress安裝;
提示: 新上傳的網(wǎng)站打開出現(xiàn)以下這種錯誤:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, dxr@dxr.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

1. 上網(wǎng)搜索了下,說是由于 虛擬主機(jī) 文件夾權(quán)限的問題導(dǎo)致的;
于是: 根據(jù)網(wǎng)絡(luò)的提示設(shè)置: 吧文件夾的權(quán)限改為 755, 當(dāng)個文件的權(quán)限改為666;
使用FTP工具可以批量修改
但是沒有效果;
2. 懷疑是操作問題,于是根據(jù)阿里云寫的步驟重試上次zip 測試
https://help.aliyun.com/knowledge_detail/36248.html?spm=5176.7836182.2.1.NeYrEw
虛擬主機(jī)WordPresss安裝教程;
但是還是不行;
3. 分析主機(jī)的環(huán)境,發(fā)現(xiàn)主機(jī)默認(rèn)的PHP版本是 5.2. 于是改為5.4,但是也沒用
4. 分析主機(jī)PHP.ini 文件,發(fā)現(xiàn)有幾個函數(shù) chmod都被禁用了。于是把他們開啟,結(jié)果,可以了。wordPress可以安裝成功;