Posted by plan9 on February 12, 2009 at 11:09pm
Jump to:
| Project: | Global Redirect |
| Version: | 5.x-1.5 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Global redirect prevents gallery module clean urls from displaying correctly.
Comments
#1
Global 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?
#2
Does 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.#3
Sorry 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.