我剛剛完成與django設置我的網站,所以我嘗試登錄我的/管理頁面,但服務器返回「500服務器錯誤」,我現在無法管理我的數據庫。 沒有在Apache日誌錯誤,這就是瀏覽器控制檯說: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://www.exampl
選項-MultiViews RewriteEngine On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{RE