CodeIgniter Forums
Suffix on url - 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: Suffix on url (/showthread.php?tid=22297)



Suffix on url - El Forum - 09-04-2009

[eluser]überfuzz[/eluser]
Is there a neat way to add a suffix like .mp3 to a link using something similar to site_url. I can't seem to find any helper in the user guide.


Suffix on url - El Forum - 09-04-2009

[eluser]richthegeek[/eluser]
application/config/config.php

line 57

$config['url_suffix'] = "mp3";