CodeIgniter Forums
I can't remove index.php from my url's (rediect()) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: I can't remove index.php from my url's (rediect()) (/showthread.php?tid=9344)

Pages: 1 2


I can't remove index.php from my url's (rediect()) - El Forum - 06-23-2008

[eluser]gRoberts[/eluser]
I have no control over the host/server as its a clients. I've asked the server admin to check the above and get back to me.


I can't remove index.php from my url's (rediect()) - El Forum - 06-23-2008

[eluser]EEssam[/eluser]
Did you remove "index.php" from the application/config/config.php file?

$config['index_page'] = "";


I can't remove index.php from my url's (rediect()) - El Forum - 06-23-2008

[eluser]gRoberts[/eluser]
It's working fine now.

Removed the index.php from the config. Thanks everyone!


I can't remove index.php from my url's (rediect()) - El Forum - 06-23-2008

[eluser]Randy Casburn[/eluser]
Hey g,

Do you mind telling me what server operating system and what $config['uri_protocol'] is set to in the config? It is the setting directly below the the index.php setting. This is normally set to AUTO.

Thanks,

Randy


I can't remove index.php from my url's (rediect()) - El Forum - 06-23-2008

[eluser]gRoberts[/eluser]
Uri_Protocol is set to auto.

It's running Fedora.


I can't remove index.php from my url's (rediect()) - El Forum - 06-23-2008

[eluser]Randy Casburn[/eluser]
Interesting...