This is the complete video for crud operation on a table in php Codeigniter .
Here is the code for .htaccess file below
___________________________________________
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php?/$0 [PT,L]