将CodeIgniter文件从WAMP迁移到LAMP的正确方法是什么?

时间:2015-09-15 04:49:40

标签: php codeigniter ubuntu wamp lamp

我在 WAMP上使用 CodeIgniter 2.1.3 PHP 5.4.24 EasyPHP 14.1 制作了一个网络应用 STRONG>。现在,我想使用此LAMP tutorial Ubuntu 12.04 LTS 上传输我的服务器。除了我的网络应用程序停止工作之外,一切正常。它可以解析简单的脚本,就像创建新的CI文件一样。我无法弄清楚出了什么问题。

以下是日志所说的内容:

The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.

HTTP/1.0 500 Internal Server Error 15ms

1 个答案:

答案 0 :(得分:1)

您的网页上可能存在错误。您可以通过将以下行添加到顶部主索引文件中来显示它们,无论是index.php还是backend.php

error_reporting(E_ALL);
ini_set('display_errors', 1);

另外,请检查您是否在apache配置中启用了mod_rewrite