I’m trying to install magento2 on my laptop,I just installed mysql, PHP, phpmyadmin and downloaded magento from official site I’ve also done with the apache2 settings but when I hit http://localhost/magento this comes up instead of installation can anyone help me?
2
Answers
I was just missing php-dom extensions so just installed
after installing when I restart apache only blank page loads up then a friend @Anima-t3d help me
then is added a conf file /etc/apache2/conf-available/fqdn.conf with content "ServerName localhost" as he said and it just worked.
Your php isn’t being parsed. Make sure apache is running. See this SO answer
Based on your screenshot it seems you are having a AH00558: apache2: Could not reliably determine the server’s fully qualified domain name error?
Follow the tips here …