03-12-2008, 02:41 AM
[eluser]xwero[/eluser]
Remove the url suffix and you should be able to reach http://www.site.com/lists/1. I'm not sure if you use the url suffix configuration is removed before the url is routed so you could try
Remove the url suffix and you should be able to reach http://www.site.com/lists/1. I'm not sure if you use the url suffix configuration is removed before the url is routed so you could try
Code:
$route['/([a-z]+)/(\d+)\.html'] = "main/$1/$2";