【发布时间】:2015-07-08 01:02:23
【问题描述】:
我在本地服务器上配置了一个新的 CodeIgniter 副本,并且工作正常。但是当我在http://subdomain.mydomain.com 上传时显示错误。
An Error Was Encountered Unable to determine what should be displayed. A default route has not been specified in the routing file.
我的托管服务提供商是否存在问题,或者我可以使用 .htacess 文件解决此问题?
我不知道我在处理什么。 任何帮助表示赞赏。
error_log [28-Apr-2015 19:53:56 America/New_York] PHP Warning: PHP Startup: > Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0
谢谢
【问题讨论】:
-
找到更多关于网络服务器错误日志的信息并在这里发布。
-
你能显示你的路由文件吗?
标签: php .htaccess codeigniter