![]() |
dynamically define base_url - 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: dynamically define base_url (/showthread.php?tid=3732) |
dynamically define base_url - El Forum - 10-19-2007 [eluser]Xobb[/eluser] Hello, I need dynamically define $config['base_url'] in config.php, but i don't know how to do that. I couldn't find it in user-guide either. Can you help me? thanks in advance. dynamically define base_url - El Forum - 10-19-2007 [eluser]John_Betong[/eluser] Try a search for $config[’base_url’] - others have had similar problems and found solutions. |