How do I remove index.php from URL in Codeigniter
You can create .htaccess file in the root directory and add these lines in it RewriteEngine on RewriteCond…
Read articleAll articles filed under Codeigniter.
You can create .htaccess file in the root directory and add these lines in it RewriteEngine on RewriteCond…
Read article