redirect from unclean to clean
greggles - December 14, 2007 - 22:13
| Project: | Global Redirect |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
If a site changed from being "unclean" to "clean" then there are probably a lot of aliases out there that include "?q=some/path"
It would be nice of global redirect could redirect from "?q=some/path" to "some/path".
I can see how this could cause a problem on a site where clean urls were working and then they broke (i.e. during migration) but in that case a nice help document from GR about how to disable the module from the database or some other means could get the admin back into their site.

#1
Hmmm this is a good point. I guess its just a simple matter of checking:
a) Are Clean URL's enabled?
b) Does the URL contain 'q=' (probably a good idea to check if 'q=' occurs AFTER a '?')...
Thanks for the feature request - will look into adding it.
#2
This feature has been committed as of version 1.1.2.4.2.7 of globalredirect.module.
If this can be confirmed as fixed, then I'll tag this version as 1.3.
#3
Automatically closed -- issue fixed for two weeks with no activity.