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.
Open /etc/apache2/apache2.conf
Look for the line that says
and change it to
That should fix it.
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
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
It did not work for me. Please help
I have modified 000-default.conf and it looks like this:
and I ran the sudo commands but still I can’t access /var/www/signature/ through the browser: http://46.101.165.116/var/www/signature
Any idea what could go wrong?