Welcome Guest, Not a member yet? Register   Sign In
Routing Question.
#1

[eluser]Unknown[/eluser]
Actual Code :

$route['default_controller'] = 'blog';
$route['scaffolding_trigger'] = '';

In this case any request without a URI send to default controller.

But my question is...

I have a http like :

this http://localhost/codeigniter/one/page1.html
or this http://localhost/codeigniter/two/page1.html

How i do to send this two different URL to the same controller.

Thanks.
#2

[eluser]NateL[/eluser]
You would need to use a wildcard or regular expression, as outlined here in the user guide.




Theme © iAndrew 2016 - Forum software by © MyBB