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

[eluser]Wonder Woman[/eluser]
Have you checked out the routes.php file in your config folder? You can set it up there so if a user goes to http://www.example.com/about-us/company/team/ you can determine what controller is used...for example if a user goes to http://www.example.com/news/article-title/ then it will go to my news function inside my news controller by setting this up in routes.php:

Code:
$route['news/(:any)'] = 'news/article';

I don't know if this is what you were looking for?


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