Sunday 2 October 2016

How to remove module name from URL in CodeIgniter?


I have a module named cms and the URL like this  contactus is the function used in the controller in this module.. 
If we use something like this $route['(:any)'] = "cms/$1"; both urls will be there..


$route['contactus'] = "cms/contactus" ;

No comments:

Post a Comment

Installation of Drop Box API on Codigniter

As with the YouTube API the first step in getting this sucker setup is getting a developer key by visiting  https://www.dropbox.com/develop...