URL routing-rewrite issue |
[eluser]Animas[/eluser]
I think here I should use URI Routing. Now I want to show post links(which I have set) like www.domain.com/blog/post/12/My-post-title! to www.domain.com/My-post-title! . I guess i should put some regular expressions inside route.php. But can't figure out the exact expression. I want "My-post-title!" to call "blog/post/12/My-post-title!". I set Code: $route['([a-z]+)/(\d+)'] = "blog/post/$1"; Any suggestion? |
Messages In This Thread |
URL routing-rewrite issue - by El Forum - 04-06-2008, 12:39 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 02:44 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 03:25 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 05:44 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 05:50 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 06:00 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 06:03 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 06:12 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 07:11 AM
URL routing-rewrite issue - by El Forum - 04-06-2008, 07:50 AM
|