在虛擬主機上測試出現(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, root@localhost 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.
環(huán)境不過關(guān)吧,使用環(huán)境檢測腳本運行試試結(jié)果
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
回復(fù)迅??蚣軇?chuàng)始人http://apdwn.com/wenda/20814.html,老大幫我看看我這個啊,我沒找到這個字段應(yīng)該從哪兒開始存進去,我只要存一個字段,方法也自建了
回復(fù)迅??蚣軇?chuàng)始人
測試結(jié)果
http://apdwn.com/doc/396.html
xunruicms要7.2以上的php
服務(wù)器配置有問題,虛擬機php版本要7.2及以上才行,推薦用linux+Nginx的比較好,安全一點
回復(fù)@__流年__
回復(fù)@琉惗
環(huán)境7.3.7的
安裝完成之后訪問時才出現(xiàn)的這個的
環(huán)境問題
.htaccess、httpd.ini、nginx.conf, 有這幾個的刪掉看看!
回復(fù)@王小五
空空如也!
回復(fù)@2498258595 重新安裝
虛擬主機服務(wù)器錯誤500解決方法
空間的web.config文件是不是被刪除了呢?
總之內(nèi)部服務(wù)器錯誤就是配置有問題,正確配置是不會出現(xiàn)錯誤的~
備注:切記這個web下的web.conf默認(rèn)是在這里的 不要改名字 不要刪除
不然整個網(wǎng)站都會崩潰然而導(dǎo)致無法使用 訪問報錯等等:不小心刪除的話可以創(chuàng)建一個web.config文件
Web.config代碼如下
<?xml version="1.0"encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="false" />
<defaultDocument>
<files>
<clear />
<addvalue="Default.htm" />
<addvalue="Default.asp" />
<add value="index.htm"/>
<addvalue="index.html" />
<addvalue="iisstart.htm" />
<addvalue="default.aspx" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
回復(fù)@2498258595
php版本要7.2及以上,如果不支持聯(lián)系空間商更換版本
這是哪兒的虛擬主機啊?
看樣子像是win系統(tǒng)的,建議更換成linux的
版本不到位應(yīng)該