#46 ✓resolved
Fabrice Luraine

Missing ? in urls with query string and url rewriting

Reported by Fabrice Luraine | July 30th, 2010 @ 10:31 AM

using mod_rewrite, the a URL with a query string looks a bit odd because it doesn't have a ? to denote the query string itself.

For example:

http://www.abc.com/app/login&id=1231231231&option1=abc

It really should be:

http://www.abc.com/app/login?id=1231231231&option1=abc

To solve that, when need to

  • change url rewrting rules (probably)
  • make some changes in the request_uri() function
  • make some changes in the url_for() function (easy)

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Limonade is a PHP micro-framework.

People watching this ticket

Pages