0
I just formatted my laptop. I installed the Ubuntu 18.04, Apache, Mysql and PHP. But when entering the page localhost
, I get the following error:
How can I fix this?
0
I just formatted my laptop. I installed the Ubuntu 18.04, Apache, Mysql and PHP. But when entering the page localhost
, I get the following error:
How can I fix this?
-1
I guess you don’t have the Apache initiated. Try this:
# Para ver se o tens o Apache iniciado:
sudo /etc/init.d/apache2 status
# Para iniciar o Apache:
sudo /etc/init.d/apache2 start
Maybe you have to do the same with the Mysql.
Still the same thing, the apache is incited but keeps giving the same error
Browser other questions tagged php apache
You are not signed in. Login or sign up in order to post.
What contents of the file
index.php
? What errors recorded in PHP and Apache logs?– Valdeir Psr