With issue #933664: Paths with question marks (question mark NOT at the front of the url) it's possible to use a quesion mark within the URL.
But we have URL's (from our to convert, non-drupal, CMS-system) like this '?/id=12345'.
They have a question mark in front of the URL, but this isn't working with the dev-version.
Is it possible to change this module so we can use URL with a front questionmark to redirect ?

CommentFileSizeAuthor
#2 Naamloos.jpg42.46 KBpbosmans
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid’s picture

Status: Active » Fixed

You have to use <home>?id=12345 (note, don't add the backslash).

pbosmans’s picture

Status: Fixed » Active
FileSize
42.46 KB

The suggestion doesn't work for me.
I've tried it with the rc1 and the dev version.
It redirect me always to my home-page.
As extra info, in attachement, my configuration of the redirect.

Did i overlooked something ?
And the URL is indeed ?id=12345 (instead of ?/id=12345)

nrackleff’s picture

It worked for me when I used <front> instead of <home>. <front>?id=12345

Dave Reid’s picture

ah, sorry I mis-typed that. yes it should be <front>

j4’s picture

Thank you so much!

Jaya

moran’s picture

how can i do it in drupal 7