- πΊπΈUnited States wylbur Minneapolis, Minnesota, USA
Closing this as Outdated as Drupal 7 is EOL.
I would like to be able to redirect an URL like https://www.mysite.com/civicrm/event/info?reset=1&id=73 over to https://www.mysite.com/civicrm/event/info?reset=1&id=77. (Note the ID query parameter is different.)
When I put this in the Redirect module, the error I get is that I am redirecting to the same URL and this will create an infinite loop. But in this case the query parameters are different, so this will not create an infinite loop.
I feel there needs to be either an option to support this OR an option for the administrator to override the infinite loop warning.
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this as Outdated as Drupal 7 is EOL.