Codeigniter web.config index.php rewrite inside a subdirectory |
Hi,
My website folder structure is like below. Code: Application Root Two CI framework installed here.
My web.config URL Rewrite is like below. Code: <rewrite> PHP Code: $config['index_page'] = ''; from site_root/administration/application/config/config.php, any controller function shows 404 page not found. But if I place it i.e. PHP Code: [b]$config['index_page']='index.php'; it works fine. I want to remove index.php from URL. My question is,
I have asked this same question here but got no answer. I google it and found similar question here without any answer. For your information, I am using CI 2.2.6 Regards. |
Messages In This Thread |
Codeigniter web.config index.php rewrite inside a subdirectory - by rajdutta393 - 10-12-2016, 12:07 PM
RE: Codeigniter web.config index.php rewrite inside a subdirectory - by puneetkumar - 10-26-2018, 11:06 PM
RE: Codeigniter web.config index.php rewrite inside a subdirectory - by acharjeeavijit - 11-20-2018, 08:20 AM
|