.html to CodeIgniter |
[eluser]Jelmer[/eluser]
Just read the userguide about routing: http://ellislab.com/codeigniter/user-gui...uting.html You could rewrite everything like this: Quote:$route[':any'] = "controller_1/function_1";Just remember to put any rules for other controllers before this one. And take a look in the application/config/config.php file near line 60 for this: Code: /* |
Messages In This Thread |
.html to CodeIgniter - by El Forum - 01-20-2009, 05:03 AM
.html to CodeIgniter - by El Forum - 01-20-2009, 05:46 AM
|