Hello,
I am attempting to install my CI files into /usr/local/share/codeigniter/
my applications are in /var/www/html/domain/index.php and /var/www/html/domain/application/ folder.
I am running into the following issues.
When i do echo $this->config->system_url(); i get www.domain.com/codeigniter/ which is not valid as the CI files are not there.
Also with it installed like this when i try to do something like
http://www.domain.com/aricles/news/view/325
where the controller is in /application/controllers/articles/news.php
it does not work properly it does not seem to find the controller in the articles directory.
I am not 100% sure this is a bug, maybe you just cannot install CI like i am attempting.
Please let me know.
