Postponed (maintainer needs more info)
Project:
Global Redirect
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 23:09 UTC
Updated:
13 Feb 2012 at 19:44 UTC
Comments
Comment #1
plan9 commentedGlobal redirect causes '?g2_path=' to be added to the gallery url path.
Instead of:
http://www.mysite.com/gallery/sculpture/amy/birds.html
I get:
http://www.mysite.com/?g2_path=sculpture/amy/birds.html
When I put my site in maintenance mode the behaviour stops - but this obviously isn't a solution.
Is this a bug with Global redirect or the gallery module?
Comment #2
nicholasthompsonDoes Gallery use any extra RewriteRules (in much the same way Drupal converts
?q=node/1tonode/1, does Gallery do this with the?g2_pathquery string? It's the only way I can think GR would break Gallery.Comment #3
plan9 commentedSorry I missed your comment - yes gallery does do a lot of rewriting. I actually stopped using the gallery module as it looked like it was about to be abandoned.
Comment #4
jnimchuk commentedI'm also using Gallery2, and the behavior using Global Redirect is as described previously.
I wonder if instead of fixing this directly, you can create an exception (as you do with external URLs). If the url contains "/xxx/" then treat do not use redirect (or treat as external URL). What do you think? This would certainly solve my problem (otherwise I have to stop using Global Redirect).