0

I know that the question was asked thousand times. I'm trying to install Wordpress. My folder is in /www/html/wordpress. I have downlowded the project manually from wordpress site. In wp-in config.php my configuration is fine (I have other project with the same configuration, just db name is different). I set all the permissions to 755. I have configured the sites-avaiable (the virtualHost works when I test with some random index.html). Can someone tell me what else I can check ?

1 Answers1

1

Are all directories and files owned by www-data? The web server can only access them if he owns them. If not just do a

 $> sudo chown -R www-data:www-data wordpress/
pa4080
  • 29,831
thedler
  • 314