uri routing - doesn't work with colon ( : ) |
[eluser]tewoos[/eluser]
I have a problem with this expression: $route['tutorial ![]() it gives an 403 Forbidden error. an example for the usage of this url is like below: www.site.com/tutorial:1200/title-of-tutorial-with-id-1200 if I try this expression with a '-' instead of ':' after tutorial string, it works perfectly. how can I use : (colon) in urls ? in config.php allowed characters is set like below: $config['permitted_uri_chars'] = 'a-z 0-9~%.:_-'; |
Messages In This Thread |
uri routing - doesn't work with colon ( : ) - by El Forum - 03-20-2008, 05:20 PM
uri routing - doesn't work with colon ( : ) - by El Forum - 03-20-2008, 06:18 PM
uri routing - doesn't work with colon ( : ) - by El Forum - 03-20-2008, 06:46 PM
uri routing - doesn't work with colon ( : ) - by El Forum - 03-21-2008, 12:55 PM
uri routing - doesn't work with colon ( : ) - by El Forum - 03-22-2008, 04:23 AM
uri routing - doesn't work with colon ( : ) - by El Forum - 03-22-2008, 08:14 AM
|