我有一個網站,使用codeigniter,它工作很好,但我需要格式化PC。我安裝了Windows 7 64位。500內部服務器錯誤.htaccess codeigniter
然後
我粘貼我的項目回www目錄,現在我得到這個錯誤。 ı不要更改任何代碼或其他東西。我只是格式化了我的電腦。 .htaccess工作ı沒有改變它。
我在本地主機上工作,我沒有改變任何想法,我不知道爲什麼發生。請幫我ı必須解決它。
完全錯誤:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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.
我的.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /blogna/index.php/$1 [L]
1.檢查Windows防火牆 2.卸下並重新進行添加C.I. – 2012-04-20 02:22:47
查看apache日誌以獲取更多詳細信息。 – scalopus 2012-04-20 02:26:10
錯誤日誌將包含錯誤的確切詳細信息。你在瀏覽器中看到的是故意模糊的,以防止內部配置細節泄露。 – 2012-04-20 02:59:50