codeigniter – pretty urls
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…