0

I am trying to install wordpress locally. I tried the instructions described here. But when I point my browser to http://localhost/wordpress it turns to a 404 not found page.

enter image description here

1 Answers1

0

Once check your /var/www permissions it should be:

www-data:www-data
www-data=user
www-data=group

and also:

sudo service apache2 restart

or:

sudo restart apache2
swift
  • 3,291