![]() |
setting up Codeigniter - 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: setting up Codeigniter (/showthread.php?tid=58803) |
setting up Codeigniter - El Forum - 07-22-2013 [eluser]Unknown[/eluser] hello everyone ,i m sk ,a newbie to codeigniter ,need a little help ,,,while going through manual ,i instructed to set up base url and i have no idea what base url is ,,,,m developing php at localhost ,, so plz help me in this regard ![]() setting up Codeigniter - El Forum - 07-22-2013 [eluser]jairoh_[/eluser] the base url is where your most path will depend, not just base url but site_url. the base url is the url u type in ur browser to view your site. setting up Codeigniter - El Forum - 07-24-2013 [eluser]Unknown[/eluser] [quote author="jairoh_" date="1374533802"]the base url is where your most path will depend, not just base url but site_url. the base url is the url u type in ur browser to view your site.[/quote] thnkx bro ![]() setting up Codeigniter - El Forum - 07-25-2013 [eluser]SmokeyJoe[/eluser] for localhost normally your base_url would be http://localhost/your_project/ or maybe you have a virtual host http://your_project.local/ |