CodeIgniter: mod_rewrite
Wednesday, June 25th, 2008One of the common problems of CodeIgniter is the visual structure of their URLs. We usually have our applications like http://localhost/index.php/controller/function and probably it will look better if was like this http://localhost/controller/function. This common problem have a common solution, it's very easy and depends of a Apache's module called mod_rewrite. First ...