CodeIgniter Forums
Changing current urls to simple form - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Changing current urls to simple form (/showthread.php?tid=49880)



Changing current urls to simple form - El Forum - 03-06-2012

[eluser]bleu[/eluser]
My current urls are like this
Code:
http://www.xyz.com/index.php/main/view/home   For Home Page

http://www.xyz.com/index.php/main/view/about_us  For About Us Page

http://www.xyz.com/index.php/main/view/services   For Services Page


I want them to come like




Code:
http://www.xyz.com/home   For Home Page

http://www.xyz.com/about_us  For About Us Page

http://www.xyz.com/services   For Services Page

How can I achieve that


Changing current urls to simple form - El Forum - 03-06-2012

[eluser]Jason Stanley[/eluser]
http://ellislab.com/codeigniter/user-guide/general/routing.html


Changing current urls to simple form - El Forum - 03-06-2012

[eluser]CroNiX[/eluser]
And for removing index.php, http://ellislab.com/codeigniter/user-guide/general/urls.html