Download & Extend

Conflicts with gallery module clean urls

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

Title:Conflicts with gallery2 module clean urls» Conflicts with gallery module clean urls

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

Status:active» postponed (maintainer needs more info)

Does Gallery use any extra RewriteRules (in much the same way Drupal converts ?q=node/1 to node/1, does Gallery do this with the ?g2_path query 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.