Discuz7.0出现The requested URL /uc_server/index.php…
作者:番茄炒蛋 日期:2009-10-28
次换空间时导入数据后就会出现更新数据库显示
The requested URL /uc_server/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.
并且论坛注册,登录都不会自动跳转刷新下才能进入后台。
解决方法:打开论坛根目录config.inc.php文件,最下面有这样
程序代码
代码,吧define(’UC_APPID’, ‘1′);里面的1改为2就可以了。我在网上发现许多反应这个问题了,我也是找了半天才找到的。我曾经让别人帮我整整一次要几十,没想到这么简单就行了。还是多学点东西好啊。
The requested URL /uc_server/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.
并且论坛注册,登录都不会自动跳转刷新下才能进入后台。
解决方法:打开论坛根目录config.inc.php文件,最下面有这样
程序代码define(’UC_CHARSET’, ‘gbk’);
define(’UC_IP’, ‘127.0.0.1′);
define(’UC_APPID’, ‘1′);
define(’UC_PPP’, ‘20′);
define(’UC_IP’, ‘127.0.0.1′);
define(’UC_APPID’, ‘1′);
define(’UC_PPP’, ‘20′);
代码,吧define(’UC_APPID’, ‘1′);里面的1改为2就可以了。我在网上发现许多反应这个问题了,我也是找了半天才找到的。我曾经让别人帮我整整一次要几十,没想到这么简单就行了。还是多学点东西好啊。
评论: 0 | 引用: 0 | 查看次数: -
发表评论
上一篇
下一篇

文章来自:
Tags: