聯系官方銷售客服
1835022288
028-61286886
在虛擬主機上測試出現這個呢?
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.
環境不過關吧,使用環境檢測腳本運行試試結果
回復迅睿框架創始人http://www.zbshanke.com/wenda/20814.html,老大幫我看看我這個啊,我沒找到這個字段應該從哪兒開始存進去,我只要存一個字段,方法也自建了
回復迅睿框架創始人
測試結果
http://www.zbshanke.com/doc/396.html
xunruicms要7.2以上的php
服務器配置有問題,虛擬機php版本要7.2及以上才行,推薦用linux+Nginx的比較好,安全一點
回復@__流年__
回復@琉惗
環境7.3.7的
安裝完成之后訪問時才出現的這個的
環境問題
.htaccess、httpd.ini、nginx.conf, 有這幾個的刪掉看看!
回復@王小五
空空如也!
回復@2498258595 重新安裝
虛擬主機服務器錯誤500解決方法
空間的web.config文件是不是被刪除了呢?
總之內部服務器錯誤就是配置有問題,正確配置是不會出現錯誤的~
備注:切記這個web下的web.conf默認是在這里的 不要改名字 不要刪除
不然整個網站都會崩潰然而導致無法使用 訪問報錯等等:不小心刪除的話可以創建一個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>
回復@2498258595
php版本要7.2及以上,如果不支持聯系空間商更換版本
這是哪兒的虛擬主機啊?
看樣子像是win系統的,建議更換成linux的
版本不到位應該