I have the need to link to a URL like http://www.somedomain.com/?somestring

The module is automatically appending an = sign to the end of the URL: http://www.somedomain.com/?somestring=

Unfortunately this makes the URL return a 404. I have no control over the link URLs.

Thanks,
Rich

Comments

jcfiala’s picture

Assigned: Unassigned » jcfiala

Well, I can see that - I'm used to thinking of querystrings as being val1=val2 type doohickeys...

jcfiala’s picture

Ah, it's what parse_str comes up with. I think I've got a solution for that.

jcfiala’s picture

Status: Active » Fixed

Okay, I think I've got a fix for this up at 7.x-1.x-dev.

Automatically closed -- issue fixed for 2 weeks with no activity.