Apache does not read the Magento Index.php

0

Good morning guys, I'm trying to install Magento 2.2.x. I installed Apache 2.4, MySQL, PHP7.1 and their respective extensions, I ran the composer and installed it right.

But when I enter the apache server "localhost" the page is blank.

andwhenIputanotherindextodisplaythePHPinformation,itappears

What I think I may be wrong is in the permissions of the directory, this is all 777. Or in some configuration like php.ini for example. But I do not know ...

If someone can help, I thank you!

    
asked by anonymous 26.10.2018 / 14:01

1 answer

0

So brother ...

Normally, the index.php of Magento is inside the "magento" folder, right?!

then the correct URL would be: localhost/magento or even: localhost:8080/magento or so: 127.0.0.1/magento

being "magento" the name of the directory where your installation files are ...

Did you move the "magento" directory into the "www" directory? or did you configure apache to pull the files from another directory? Sometimes the error happens to be in this www configuration.

success there.

    
30.10.2018 / 23:06