I’ve recently started with Codeignigter on local windows machine.
I have install the IIS and extracted only ci folder and place index.php, application, system and user_guide in C:\Inetpub\wwwroot.
I've made change in the application/config/config.php to $config['base_url'] = "http://127.0.0.1/"; now i am trying to excess http://127.0.0.1 and http://127.0.0.1/index.php but it shows page not found.
Can anyone tell me how can i fix this Or what else i have to install