Report this

What is the reason for this report?

Posts Not Found On Server !

Posted on November 3, 2014

I have Ubuntu 14.04 with LAMP stack installed , I also installed Wordpress & I have created many posts on Wordpress but when I view them it shows not found error. My permalink is set to postname & I have also added Wordpress access rules on .htaccess file ! For example I create sample post with permalink http://128.199.62.70/sample-post then I get this error :

Not Found

The requested URL /sample-post was not found on this server.

Apache/2.4.7 (Ubuntu) Server at 128.199.62.70 Port 80

I am getting this error for all posts ! My site is showing posts when I go to http://128.199.62.70 but when I open any post I get error . Please help me !



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.

I had the same issue where posts would redirect to a Not Found Apache error. This worked for me: 1. Add .htaccess permission to your Apache config file. Log in as the root user or add writting permissions for the /etc/apache2/apache2.config directory for your current user.

Edit /etc/apache2/apache2.config and add the following tothe bottom of the file.

<Directory /var/www/html>
    AllowOverride All
</Directory>

# Other folders with Wordpress installs: (if any)
<Directory /var/html/beta>
    AllowOverride All
</Directory>

Reset your server by running service apache2 restart.

2. Permalinks update Log in into your wp-admin panel and navigate to settings > permalinks. There press Save Changes.

Hello, you have to enable Apache Mod Rewrite. Run these 2 commands via SSH:

a2enmod rewrite
service apache2 restart

Hope it can help.

port 80 error not found on my site…plz help me solution for my problem…

my website not redirect for another page plz give me the solution

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.