Allowing '@' character in URL |
[eluser]tkam[/eluser]
Hi! I am having a similar problem with an url encoded @. CI says this url is invalid: http://localhost:8888/xxx/client/newpassword/tomka% 40web.de <- no space in there, but the forum changes it to an @ otherwise When I insert the @ to the config line like this: $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-@'; it does work. But I don't want to allow the @ in the url, that's why I use urlencode. I tried to turn off modrewrite, but the problem remains. Is there a problem with MAMP? Cheers Tom |
Messages In This Thread |
Allowing '@' character in URL - by El Forum - 02-09-2010, 06:13 PM
Allowing '@' character in URL - by El Forum - 02-09-2010, 06:35 PM
Allowing '@' character in URL - by El Forum - 03-18-2010, 11:21 AM
Allowing '@' character in URL - by El Forum - 03-18-2010, 04:02 PM
Allowing '@' character in URL - by El Forum - 03-18-2010, 05:23 PM
Allowing '@' character in URL - by El Forum - 03-19-2010, 01:45 AM
Allowing '@' character in URL - by El Forum - 03-21-2010, 07:08 PM
Allowing '@' character in URL - by El Forum - 03-24-2010, 07:36 AM
|