07-13-2012, 08:58 PM
[eluser]ibnclaudius[/eluser]
When I set $config['enable_query_strings'] to TRUE, it adds "?" to my URLs, for example:
http://localhost/bloompit/entrar
http://localhost/bloompit/?entrar
http://localhost/bloompit/entrar?next=http://localhost/bloompit/another-title
http://localhost/bloompit/?entrar?next=http://localhost/bloompit/?another-title
How can I fix it?
When I set $config['enable_query_strings'] to TRUE, it adds "?" to my URLs, for example:
http://localhost/bloompit/entrar
http://localhost/bloompit/?entrar
http://localhost/bloompit/entrar?next=http://localhost/bloompit/another-title
http://localhost/bloompit/?entrar?next=http://localhost/bloompit/?another-title
How can I fix it?