I am working on codeigniter 3.1.6.
I added the .htaccess file.
I also changed the base_url
path to my project path, removed the index.php
from index_page
and changed the url_protocol
to REQUEST_URI
.
Still, while I am redirecting the url to any controllers method it throwing an error as 'The page you requested was not found
.'
I also searched and applied different .htaccess but its not working.
If I am addling /index.php
at end of base_url then its working but its wrong though. It should work without index.php.Only 3.1.6 giving this issue.
note: codeigniter-3.1.4 is working properly only this version is giving an issue