![]() |
URL being doubled.. how to fix this? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: URL being doubled.. how to fix this? (/showthread.php?tid=47003) |
URL being doubled.. how to fix this? - El Forum - 11-22-2011 [eluser]Unknown[/eluser] hi! I'm a CI beginner, and I'm having this problem that whenever I go to another page, the url is doubled : FROM this login view, the url is this : http://localhost/codeigniter/index.php/login but when i click the login button it becomes like this : http://localhost/codeigniter/index.php/login/localhost/codeigniter/index.php/Login/validate_input please help me |