![]() |
Multiple Applications - 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: Multiple Applications (/showthread.php?tid=39154) Pages:
1
2
|
Multiple Applications - El Forum - 04-07-2011 [eluser]Greffer[/eluser] When I place the application into it's own folder, I get Your application folder path does not appear to be set correctly. Please open the following file and correct this: index.php I set Code: $application_folder = '/myfirstapp/application'; What is it that I am doing wrong? Multiple Applications - El Forum - 04-07-2011 [eluser]pickupman[/eluser] [quote author="Greffer" date="1302177667"]When I place the application into it's own folder, I get Your application folder path does not appear to be set correctly. Please open the following file and correct this: index.php I set Code: $application_folder = '/myfirstapp/application'; What is it that I am doing wrong?[/quote] Make sure you have renamed application folder back t application. And my instruction didn't say to change $application_folder ![]() Code: $application_folder = 'application'; |