Answers for "how to remove the server information in php codeigniter"

PHP
1

removing index.php in codeigniter

//find the below code   
$config['index_page'] = "index.php" 
//replace with the below code
$config['index_page'] = ""
Posted by: Guest on October-14-2020

Code answers related to "how to remove the server information in php codeigniter"

Browse Popular Code Answers by Language