0
I started learning codeigniter a few days ago and I have the following problem:
I did the correct installation of LAMP and of Codeigniter /var/www/html/codeigniter
But when I try to access the page "Welcome" of framework using the following url http://localhost/codeigniter
, browsing simply does not display the page Welcome as usual, it presents the CODE php of index.php
within the root of framework, I can’t carry the view Welcome of framework
see apache status with
sudo service apache2 status
.– RFL
your apache ta running however without php configured
– Otto
Have you tried installing this package? Usually when this problem happens your PHP is installed but your apache still needs this dependency. apt-get install libapache2-mod-php
– Bruno Maciel