CodeIgniter Forums
echo APPPATH does not show application/ - 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: echo APPPATH does not show application/ (/showthread.php?tid=26809)



echo APPPATH does not show application/ - El Forum - 01-23-2010

[eluser]shinokada[/eluser]
When I echo APPPATH, it shows the following.

Code:
C:\xampp\htdocs\ci/system/application/

I am expecting
Code:
application/


Where can I find to fix the problem?

Thanks in advance.


echo APPPATH does not show application/ - El Forum - 01-23-2010

[eluser]shinokada[/eluser]
Ok, I sorted out.

I took out application folder from system folder.