I previously had this error : https://www.digitalocean.com/community/questions/posts-not-found-on-server After following one of the answers I getting this error on accessing my website
You don’t have permission to access / on this server.
Apache/2.4.7 (Ubuntu) Server at 128.199.62.70 Port 80
Please help I can’t access any post , page , Wordpress dashboard !
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Great.I was wasted many hours but not got any luck. Here I got soln… here only. Thanks Mr. mhktricks
This digitalocean helping me alog. great work
Open /etc/apache2/apache2.conf
Look for the line that says
and change it to
That should fix it.
Open /etc/apache2/apache2.conf
Look for the line that says
and change it to
That should fix it.
Open /etc/apache2/apache2.conf
Look for the line that says
and change it to
That should fix it.
Open /etc/apache2/apache2.conf
Look for the line that says
and change it to
That should fix it.
I found the solution ! Just add these lines
on this file sudo nano /etc/apache2/sites-available/000-default.conf & then sudo a2enmod rewrite & then sudo service apache2 restart
Thanks !
Keep attention. Apache 2.2 “Allow from all” Apache 2.4 “Require all granted”
Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Require all granted Allow from all
Use These Options Inside “Directory Tag”
Worked For Me.
could not help
yes