我試圖將我的codeigniter服務器文件夾移至Amazon EC2服務器。Codeigniter,移動服務器文件夾後出現PHP錯誤
我用「tar cvfpz」命令壓縮整個文件並將文件移動到新服務器。
我使用「tar xvfpz」命令解壓縮。
我的新服務器設置是好的,但我得到這個錯誤。
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/playmobs/_application/controllers/home.php:188)
Filename: core/Common.php
Line Number: 442
404 Page Not Found
The page you requested was not found.
我檢查了數據庫配置文件和所有其他配置文件。
所有這些對新服務器都有正確的命令。
你能看到爲什麼我看到這個錯誤嗎?
謝謝。
請檢查您是否也移動了.htaccess – Tim 2012-08-13 10:41:25
請在188行發佈家庭控制器的代碼。 – 2012-08-13 10:44:30
我有.htaccess文件 – Jake 2012-08-13 10:49:41