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

THE EPIC SEO
  • 49
  • 1
  • 6

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,281
  • 2
  • 23
  • 46