Remove index.php from URL on deployment server
Written by Azrul Abdul Latif
1. Edit htaccess
2. Configure server (deployment)
3. Change config.php. Change $config['uri_protocol'] = 'AUTO'; to $config['uri_protocol'] = 'REQUEST_URI';
Written by Azrul Abdul Latif
1. Edit htaccess
2. Configure server (deployment)
3. Change config.php. Change $config['uri_protocol'] = 'AUTO'; to $config['uri_protocol'] = 'REQUEST_URI';