Welcome Guest, Not a member yet? Register   Sign In
Custom CMS URI's?
#3

[eluser]Steve Goodwin[/eluser]
Hi Thanks for your quick reply,

Yeah I've currently had a play with this method, but wasn't sure if this was the right way, as i want to route all requests through a new routing controller, but wasn't sure if doing it this way:

Code:
$route['shop/(:any)'] = 'shop';
$route[':any'] = 'content/pages';

I wasn't sure if this was the correct way to do this, as Pyro CMS looks a lot more involved, but I don't want something this fully featured and I'd rather learn CI through a proper project.


Messages In This Thread
Custom CMS URI's? - by El Forum - 06-21-2011, 04:22 AM
Custom CMS URI's? - by El Forum - 06-21-2011, 04:37 AM
Custom CMS URI's? - by El Forum - 06-21-2011, 05:07 AM
Custom CMS URI's? - by El Forum - 06-21-2011, 05:10 AM
Custom CMS URI's? - by El Forum - 06-21-2011, 09:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB