Big problem, WHITE PAGE

Hello everyone, i want to test this cms…

I excract the file on my var/www/ but when i go on localhost there is a white web page! None error, nothing.

I have php 5.6, apache2

I test some echo on the index.php, they works… I really don’t understand, and i hope that you can understand my poor english!

First you need to turn on PHP errors: http://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display

After you get an error displaying, we can sort out how to fix what’s causing said error.

Its just a permission. Try to recursive the file to 777 cd /var/www/yourwebsite chmod 777 -R * .*

Might be permissions, but never use 777. Here’s a comprehensive permissions howto: http://learn.getgrav.org/troubleshooting/permissions

:smiley: