In this video we talked about how can we remove index.php in codeigniter with the help of .htaccess. htacces i used in this video is as following
IfModule mod_rewrite.c
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
/IfModule
Please use less than and greater than brackets accordingly due the youtube restriction i can not add angled brackets
if you like this video please subscribe our channel and don't forget to press the bell icon
Please subscribe with bellow link
/ @codewithprashant434