rewrite and comma problem |
[eluser]-sek[/eluser]
Thank you for posting this. It was driving me crazy. I need a comma in my url since I am using the pagination2 module to pass data in my pagination urls. It needs to pass the location in each request so a limit query can be done, etc. Like this http://www.exampledomain.site/codeignite...ton,VA/100 for our proximity search. Although the actual values I urlencoded first...but that was not the problem, it was the disallowed character in url issue. I remembered that setting in the config, but it gave me the regex error. I agree, this is a big issue with the oversimplified pagination in CI and this bug not allowing commas, which are not unkown in urls. Also, just disallowing arbitrary characters in urls is an issue itself, since that includes data passed in the url, which may contain whitespace or any character. Steve |
Messages In This Thread |
rewrite and comma problem - by El Forum - 09-07-2007, 01:32 AM
rewrite and comma problem - by El Forum - 09-07-2007, 01:42 AM
rewrite and comma problem - by El Forum - 09-07-2007, 01:48 AM
rewrite and comma problem - by El Forum - 09-07-2007, 03:53 AM
rewrite and comma problem - by El Forum - 09-07-2007, 03:57 AM
rewrite and comma problem - by El Forum - 09-07-2007, 03:59 AM
rewrite and comma problem - by El Forum - 09-07-2007, 04:34 AM
rewrite and comma problem - by El Forum - 09-07-2007, 04:41 AM
rewrite and comma problem - by El Forum - 09-07-2007, 06:24 AM
rewrite and comma problem - by El Forum - 09-09-2007, 02:47 PM
rewrite and comma problem - by El Forum - 12-26-2007, 10:00 AM
rewrite and comma problem - by El Forum - 02-08-2011, 02:39 AM
|