The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@xxxxx.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.
可參考本站手冊裡的
可參考本站手冊裡的 安裝流程 (for linux) 之 4. Drupal與資料庫的連結
wow
啊~我也是要用虛擬主機....
電腦是xp,虛擬主機是linux...會打架嗎?
一個完全不懂的生手對安裝越來越感到害怕....
不會啊,Drupal裝在虛擬主機上,跟我們自己用什麼電腦無關啊~
試試看 :)
我也是裝在虛擬主機
沒什麼問題,試試看囉。
您好:
我的安裝方法是:
1. 下載drupal-4.7.0.tar.gz
2. 修改sites/default/settings.php這個檔
將
修改為
3. 進入我的phpMyAdmin, 建立一個新資料庫drupal
將database/database.4.0.mysql這個檔案導入資料庫drupal
4. 利用FTP軟體將檔案全部上傳至drupal目錄下(傳送模式:自動,不知道這點會不會影響?)
完畢後,在drupal目錄下建立一個files目錄,屬性為777
5. 最後,在瀏覽器打入我的網址:http://www.xxx.com/drupal
就會出現Internal Server Error 錯誤訊息!
到底該怎麼安裝?求救!!
internal server
internal server error
可能是apache的rewrite模組沒開吧?
那個error貼出來看看
Internal Server ErrorThe
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@xxxxx.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.
的確看不出什麼來呢...hmm..
你的安裝步驟沒有錯
但你可能得做一些確認
1. .htaccess這個檔案有沒有傳上去?(ftp很有可能不傳隱藏檔)
2. 主機商提供的mysql是4.0的嗎?還是4.1的?(現在大多提供4.1了吧..)
3. 你的主機商有提供rewrite apache config的功能嗎?(就是.htaccess做的事)
希望你能解決
已經解決!
我把.htaccess這個檔刪除後就可以run了...
雖然不太瞭這是什麼原因?
很感謝大家的幫忙!
或许你的服务器不支持rewrite或者更严重的是不支持.htaccess
这样子,那你就不能使用简单的地址了..也就是说地址会多?q=这个东西
如果只是不支援rewrite還好
Order deny,allow
Deny from all
.htaccess
這一段敘述很重要,把不該讓別人看得都擋掉,一定要留下來
rewrite給拿掉就好