CodeIgniter Forums
Friendly urls - 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: Friendly urls (/showthread.php?tid=40675)



Friendly urls - El Forum - 04-15-2011

[eluser]Wonder Woman[/eluser]
Hi there,

I currently have a set of urls which are derived from their controller names but they're not very url friendly.

For example, is there anyway I change:

Code:
example.com/admin/news_manager/add_article

to

Code:
example.com/admin/news-manager/add-article

Any help would be greatly appreciated! Thank you.


Friendly urls - El Forum - 04-15-2011

[eluser]Wonder Woman[/eluser]
I have worked it our using URI Routing - thanks anyways Smile