How to Remove Index.php in CODEIGNITER FRAMEWORK
Steps to remove index.php from url codeigniter :-
Config changes :- Go to “application/config/config.php”
Find below code:-
1
| $config [ 'index_page' ] = 'index.php' ; |
Replace with the below code:-
1
| $config [ 'index_page' ] = '' ; |
.htaccess changes :- If you not have any htaccess create new and place it on your root.
Go to “application/config/config.php”
Find below code
Find below code
1
| $config [ 'uri_protocol' ] = 'AUTO' ; |
Replace with the below code
1
| $config [ 'uri_protocol' ] = 'REQUEST_URI' ; |
RewriteEngine on
RewriteBase /harshit_ci/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
Enjoy It...;)
Nice One It Is
ReplyDeleteGreate Job Harshit Keep it up bro...
Brijesh patel...
Keep it up Dude ...
ReplyDeletethis is very good job
.....
this blog is help fully for every person and easily get money through bitcoin atm card .please visit this site for bitcoin atm card ranking.you can change any money into another currency in any where in the world.
ReplyDeleteThere is no better idea of keeping your mobile loaded with balance all the time. If you are also looking for any useful way to utilize your top up phone with bitcoin then hurry up and avail our service as much as can. There is no limit of it. Make your mobile life happier with balance recharge through NETELL.NET. COME SOON .THANK YOU .
ReplyDeleteHere you will find permanent seo solutions to your web project, You can save cost to find more customers online with organic search engine marketing techniques.
ReplyDeleteGood Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging…
ReplyDeleteRegards,
Dot Net Training Center in Chennai | Dot Net Course in Chennai
Selenium Training Institute in Chennai | Best Selenium Training Institute in Chennai
Testing Courses in Chennai | Software Testing Course in Chennai
Java Training Institute in Chennai | Core Java Training in Chennai | Java Course and Certification
PHP Course in Chennai | PHP Training Institute in Chennai | PHP Course and Certification
https://programmingtutorialsscript.blogspot.com/2021/
ReplyDelete