Hi,

I guess this is an issue for this module rather than subpath_alias.. but maybe for both :) Either way, these occur to me when both globalredirect and subpath_alias are enabled on a site:

1. Impossible to access the /edit link of a node, as per http://drupal.org/node/632176 - I'm not sure whose fault this is, but I guess it's both modules redirecting to each other, so maybe you'll know a fix :)

2. The redirect doesn't work for the subpath_alias-generated links.. So if one has an alias for node/3, day events/eventname, global redirect will work. But if I have a view with the url node/3/images, which subpath_alias would see as events/eventname/images, global redirect will not automatically catch this.

Let me know if you need any further details.

Thanks in advance,
Martin

Comments

Anonymous’s picture

I'm not using subpath_alias module, but the second problem seems to be the same as I'm seeing #667360: Redirecting to system URL not alias

arski’s picture

It appears to be a duplicate of #346911: Redirect Loop and custom_url_rewrite ignored - the fix in there fixed this problem for me too.

Cheers

Draven_Caine’s picture

Any luck with the subpath_alias issue?
I am experiencing the same issue. This seems like a issue where both modules are trying to re-direct, but I am not sure.

Thanks,
Draven

abaddon’s picture

Status: Active » Closed (duplicate)

like already mentioned, this is a duplicate of http://drupal.org/node/346911 and there is a fix provided there