codeigniter url handling to remove index.php and method name
问题 hi i am using codeigniter first time and i have to manage my URL to view URL without index.php/controller so how can i write ht access and where i keep it my folder structure as well as any other changes i have to do in my auto load or config file.... my URL is like below... project_name/index.php/controller_name/method_name/param 1/param 2 so for this URL how can i write ht access rule?please need helpful...... 回答1: Open config.php and do following replaces $config['index_page'] = "index.php