Smartness is everything
Archive for August 24, 2008
Cleaning CodeIgniters URL’s
Aug 24th
I recently posted a review of the popular PHP Framework “Codeigniter”. Most of the people have a hard time removing the index.php from the url so I have given the steps below
1. Create a new file named .htaccess and put it in the root of your application and write the More >