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.
Asked
Active
Viewed 915 times
0

THE EPIC SEO
- 49
- 1
- 6
1 Answers
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

khanthegeek
- 574
-
It is not the case for permissions, if that then it will show "permission denied" – Abrar Jahin Mar 28 '16 at 04:22
-
This problem is done for misplacing virtual host. – Abrar Jahin Mar 28 '16 at 04:26
-
Detail in here- https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts – Abrar Jahin Mar 28 '16 at 04:26