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 !
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
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 !