Postponed (maintainer needs more info)
Project:
Global Redirect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Dec 2009 at 14:53 UTC
Updated:
3 Sep 2019 at 10:52 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedNow I can see that Global Redirect doesn't work in this situation because those URL aliases don't actually exist.
Fixed it by installing the http://drupal.org/project/subpath_alias module and applying the #34 patch from #346911: Redirect Loop and custom_url_rewrite ignored
Comment #2
Anonymous (not verified) commentedSpoke too soon. That half fixed it. At least the aliased path no longer redirects to the system path, but a system path such as /node/1741/fans doesn't redirect to /products/final-cut-studio/fans, so I guess the issue with Global Redirect still remains.
Comment #3
nicholasthompsonIs there an alias for that URL, if not then GR cannot redirect. How does Drupal resolve
/products/final-cut-studio/fansto/node/1741/fans?Comment #4
Anonymous (not verified) commentedNo there isn't an alias for that URL - it's assigned as path (/node/%node/fans) to custom page in Pages (panels).
Comment #5
nicholasthompsonok - so node/%node/fans is the source URL, handles by Panels... Thats fine.
How does Drupal know that
products/final-cut-studio/fansresolves tonode/1741/fans?There must be an alias or URL rewriting script somewhere?
Comment #6
Anonymous (not verified) commentedSorry I've no idea, Panels (or perhaps Ctools handles it).