I have a website developed in PHP using Codeigniter framework.
I have included .htaccess
file in it and it works fine for all my web pages and I don't get index.php, but when I type my admin url which is
mywebsite.com/admin
it goes to
www.mywebsite.com/index.php/admin
.
The index.php
only appears when I try to go to my admin page.
I tried a lot to get rid of it, I even included a copy of .htaccess file both in the admin controller and view folders as well but nothing works. Any suggestion is welcome.