Google
Current tag: .htaccess
codeigniter – pretty urls
Written on:February 24, 2009

In order to enable pretty urls using codeigniter make sure that the server is running with rewrite enabled. Then create a file named .htaccess with the following <IfModule mod_rewrite.c> RewriteEngine On # below change myproj1 to your project name else if the project is in the root folder use / RewriteBase /myproj1/ #Removes access to the system folder by users. #Additionally this will allow you to create a System.php controller,…
Read more...
are closed