我试图将我的 codeigniter 服务器文件夹移动到 Amazon EC2 服务器。
我用“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.
我检查了数据库配置文件和所有其他配置文件。
他们都对新服务器有正确的命令。
你能明白为什么我会看到这个错误吗?
谢谢你。