发新话题
打印

求助:升级到5.1后SEF出现HTTP400错误

求助:升级到5.1后SEF出现HTTP400错误

升级到5.1后SEF出现HTTP400错误!

在论坛里搜,也没发现有人遇到这样的问题。

只好发新贴请求帮助!

TOP

有网址吗?你可以把sef关上再打开看看!
我开源,我开心 -- Mambo中国
More Simple, More Powerful
愈简,愈强 -- Mambo中国整站系统

TOP

http://www.tsweld.com/
SEF关上好使,再打开又不好使了。
在地址栏里域名后面加上“index.php/"后,可以打开。
如:http://www.tsweld.com/content/view/5_21.html 打不开
http://www.tsweld.com/index.php/content/view/5_21.html可以打开

TOP

你的 .htaccess 文件是不是自己改过什么了?

用 htaccess.txt 的内容覆盖一下

TOP

.htaccess没有改过。我就是用htaccess.txt 上传后改名的。

我在sef.php的第314行把return $mosConfig_live_site."/".$string;改为return $mosConfig_live_site."/index.php/".$string; 这样可以访问,但地址里会多一个“index.php/ “ ,但我看其他的网站都没有这个。

TOP

我的.htaccess 内容如下:
复制内容到剪贴板
代码:
##
# @version $Id: htaccess.txt,v 1.1 2005/07/22 01:51:57 eddieajau Exp $
# @package Mambo
# @copyright (C) 2000 - 2005 Miro International Pty Ltd
# @license [url]http://www.gnu.org/copyleft/gpl.html[/url] GNU/GPL
# Mambo is Free Software
##
#
#  mod_rewrite in use
#
RewriteEngine On
#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update YourMamboDirectory (just / for root)
# RewriteBase /YourMamboDirectory
#
#  Rules
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

TOP

?

TOP

发新话题