CodeIgniter Forums
How do I get rid of index.php/ from URI - 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: How do I get rid of index.php/ from URI (/showthread.php?tid=26198)



How do I get rid of index.php/ from URI - El Forum - 01-08-2010

[eluser]mr_prasanna[/eluser]
Hi

I am developing a website using CI 1.7.2 and was wondering if there is a way to get rid of index.php from thr URI and thus hide the .php extension and make way for better URLs

Right now, site_url is this: http://www.mysite.com/index.php/auth/signup and I would like to make it something like http://www.mysite.com/auth/signup and same for other controllers too.

Can you help?


How do I get rid of index.php/ from URI - El Forum - 01-08-2010

[eluser]n0xie[/eluser]
http://codeigniter.com/wiki/mod_rewrite/