I already install CodeIgniter 3 at XAMPP/Ubuntu Envirement. When I do the same actions (Copy,start apache) and open localhost/ci dir on Widows I get welcome message. But on Ubuntu i'm getting a message:
"Your view folder path does not appear to be set correctly. Please open the following file and correct this: index.php"
I just installed CI and don't change any settings. What may be reason of error on UBUNTU (on Win all works fine)
my configurations:
$config['base_url'] = 'http://localhost/ci/index.php';