是否可以在不启用 htaccess 的情况下使用 sh404sef 将 url 重定向到 joomla 外部?
Is possible to redirect urls outside joomla with sh404sef without htaccess enabled?
是否可以重定向 url withthout htaccess 为 sh404sef 启用(例如:来自`http://domain/courses.php TO http://domain/en/courses)?
由于 2 个原因,这无法工作:
http://domain/en/courses is actually a URL that can only exist when .htaccess is enabled (if .htaccess was disabled then the URL will be: http://domain/index.php/en/courses )
第一个 URL ( domain/courses.php ) 不是 Joomla URL,sh404SEF 只允许重定向 Joomla URL 到另一个 Joomla URL.
是否可以重定向 url withthout htaccess 为 sh404sef 启用(例如:来自`http://domain/courses.php TO http://domain/en/courses)?
由于 2 个原因,这无法工作:
http://domain/en/courses is actually a URL that can only exist when .htaccess is enabled (if .htaccess was disabled then the URL will be: http://domain/index.php/en/courses )
第一个 URL ( domain/courses.php ) 不是 Joomla URL,sh404SEF 只允许重定向 Joomla URL 到另一个 Joomla URL.