[eluser]Mel [RS][/eluser]
Hi guys:
I'm developing an CI application on my lapton using windows and xampp and it works nice. My problem is when I upload the files to my hosting server, because the page still in white.
I put some flags in the index.php file and the problem in this line:
Code:
require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;
I make an echo of BASEPATH constant and I got this:
Code:
/var/www/virtual/corsos.cz/demo/sys/
Can you help me? I can't change any configuration because this is a shared hosting.
Thanks in advance.