YOYO的最新BLOG文章

Dec
27

今天弄了一个UHome,安装之后发现在登录或者退出的时候都会出现一个Not Found的错误提示,错误代码如下:

Not Found

The requested URL /ucenter/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2 Server at www.imdaren.com Port 80

经过多次查找答案后得到解决:打开home目录下面的config.php文件,然后找到define(‘UC_IP’, ’127.0.0.1′);然后把这里的IP改为你服务器的真实地址就可以了。

BTW:现在的Discuz!团队真的是很厉害了,做的产品越来越强大了,最近推出的Discuz7.0做了相当大的调整。而今年才推出的UHome的功能也已经很强大了,Discuz!已经在引领一个时代了。

Tags: ,
Posted in PHP | MySQL