Joomla index.php页面会自动重定向,并显示“未找到”错误

时间:2012-07-18 20:53:10

标签: joomla

我正在尝试将joomla网站复制到网站的子域:http://sub.domain.com。数据库,一切似乎都很好。当我访问http://sub.domain.com时,网站会自动重定向到:http://sub.domain.com/en/index.php,错误是:

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please try the following:

Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)

Technical Information (for support personnel)

Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.

是的,我在一台IIS服务器上部署了joomla网站,但我确信它既适用于php,也适用于asp.net。

关于这种自动重定向的任何想法以及如何解决这个问题?

2 个答案:

答案 0 :(得分:4)

对我来说,解决方案是关闭搜索引擎友好的URL。

安装Joomla后,它已打开。我已经尝试过上述选项。没有结果。

当我的鼠标悬停在第二个menubutton上时,我没有看到浏览器左下角的那篇文章的php代码,只有mywebsite / folder1 / folder2 /

而不是像:index.php?options = com等等......

所以在我已经有文章,类别和菜单后,我试图关闭搜索引擎友好的URL。它起作用了。

答案 1 :(得分:2)

在阅读完所有评论后,我可以提出这个建议:

知道以前的服务器不是IIS,当你说它在Linux中时,可能是Apache服务器,然后按照以下步骤操作:

  1. 转到http://sub.domain.com/administrator/

  2. 进入管理区域
  3. 选择“全局配置”,然后选择“站点”选项卡;

  4. 转到右栏并在“使用网址重写”中选择“否”。

  5. 如果您没有多种语言,则可以执行以下操作(在此示例中,英语将是默认语言):

    1. (在管理区域中)转到菜单“扩展”并选择“语言管理器”,转到“已安装 - 站点”选项卡;

    2. 选择(单击复选框中)英语并单击“默认”(这假设此屏幕中有多种语言)。

    3. 转到菜单“扩展程序”并选择“插件管理器”;

    4. 选择“系统 - 语言过滤器”,然后将其禁用。