CodeIgniter Forums
How to hide methods name from url?? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How to hide methods name from url?? (/showthread.php?tid=65195)



How to hide methods name from url?? - CI_MASTER - 05-12-2016

i want to hide  Confused
http://example.com/index.php/controller/method/p1/p2/p3/

required 

http://example.com/index.php/controller/p1/p2/p3/
is that possible???  Dodgy


RE: How to hide methods name from url?? - kilishan - 05-13-2016

http://www.codeigniter.com/user_guide/general/routing.html


RE: How to hide methods name from url?? - Josh Davidson - 05-15-2016

You may go to the dashboard and change the url format from settings page. Select the url format type what you choose to get expected result.
Thanks