Permalink problem 404 Wordpress site

Good evening

I have trasferred my site in linode and point the dns to linode.

My website is ok but when i set every permalink different from simple, the pages after home give me error 404.

Why?

I wonder to have set correctly the htaccess and i have enabled mod_rewrite in apache.

This is my htaccess

RewriteEngine On

RewriteBase /

RewriteRule ^index.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

I have ubuntu 14.04

Best regards

1 Reply

Are the pages that are trying to load being rewritten or not? Can you confirm that this is the contents of your htaccess file, or is this just what you set in Wordpress? You'll need to make sure the appropriate permissions are set for Wordpress to modify the htaccess file for you.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct