Download & Extend

Paths with question marks (question mark at the front of the url)

Project:Path redirect
Version:6.x-1.0-rc1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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 ?

Comments

#1

Status:active» fixed

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

#2

Status:fixed» active

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)

AttachmentSizeStatusTest resultOperations
Naamloos.jpg42.46 KBIgnored: Check issue status.NoneNone

#3

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

#4

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

#5

Thank you so much!

Jaya