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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.