Welcome Guest, Not a member yet? Register   Sign In
Is it possible to establish a catchall controller method?
#11

We have a walkthrough to use in this case

$route['(\S*)\.html?'] = "pagecreator/generate/$1";

this will let all the url with end is .html or .htm route to the controller and function that you define. cheers!!
Follow us at https://twitter.com/LIBRETeamStudio to get a lot of new cool stuff
Reply


Messages In This Thread
RE: Is it possible to establish a catchall controller method? - by libreteam_studio - 12-18-2014, 12:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB