PHP Framework ( CodeIgniter ) Projects vs LAMP
Dear All,
Is there any special method to host CodeIgniter projects or framework independent method to host PHP projects in a Linux Server?
Earlier after having a problem with hosting a PHP project in a Fedora web-server, I edited Line 88 in Router.conf in CodeIgniter project and remove the phrase then the project worked. But now when handling sessions it gives some errors.
Quote:
$this->default_controller = ( ! isset($this->routes['default_controller']) OR $this->routes['default_controller'] == '') ? FALSE : strtolower($this->routes['default_controller']);
My developers says this is due to session brakes when it comes to Linux hosting :( they run the code in windows PCs :( where this problem doesn't appear
Thanks