CodeIgniter Forums
Double slash after index.php - 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: Double slash after index.php (/showthread.php?tid=23764)



Double slash after index.php - El Forum - 10-21-2009

[eluser]Pokhara[/eluser]
dear all i have a double slash after index.php for e.g http://mydomain.com/index.php//mycontroller

where did i do wrong ?

Thanks


Double slash after index.php - El Forum - 10-21-2009

[eluser]pistolPete[/eluser]
Probably a redirect which contains an additional slash, but since you didn't post any code nor any further information, it's just guessing.


Double slash after index.php - El Forum - 10-21-2009

[eluser]rogierb[/eluser]
Or a slash after $config['index_page'] = "index.php/";


Double slash after index.php - El Forum - 10-22-2009

[eluser]Pokhara[/eluser]
well, actually double slash is just before index.php