How to remove index.php in Codeigniter | .htaccess in Codeigniter | Codeigniter tutorial in Hindi

Опубликовано: 25 Октябрь 2024
на канале: Code With Prashant
502
21

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