【问题标题】:Is possible to redirect urls outside joomla with sh404sef without htaccess enabled?是否可以在未启用 htaccess 的情况下使用 sh404sef 重定向 joomla 外部的 url?
【发布时间】:2015-10-06 17:29:24
【问题描述】:

是否可以重定向网址没有为 sh404sef 启用 htaccess(例如:从 `http://domain/courses.phphttp://domain/en/courses)?

【问题讨论】:

标签: .htaccess joomla url-redirection


【解决方案1】:

这行不通,原因有两个:

  • http://domain/en/courses 实际上是一个只有在启用 .htaccess 时才能存在的 URL(如果禁用 .htaccess 则 URL 将是:http://domain/index.php/en/courses

  • 第一个 URL ( domain/courses.php ) 不是 Joomla URL,sh404SEF 只允许将 Joomla URL 重定向到另一个 Joomla URL。

【讨论】:

  • 这也是我所相信的,我只是想确认一下。谢谢!
猜你喜欢
  • 2012-01-06
  • 1970-01-01
  • 1970-01-01
  • 2011-05-16
  • 2013-06-20
  • 1970-01-01
  • 2011-04-09
  • 2016-11-11
  • 1970-01-01
相关资源
最近更新 更多