Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 134470

Stefan83 on "Permalinks 404 error"

$
0
0

Hi - I'm migrating a wp site to a new server on AWS. I get 404 errors when I use the /%postname%/ url structure. Only the homepage loads.

mod_rewrite is enabled

My htaccess file is writable and contains:

# BEGIN WordPress
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

What else could it be? I can't seem to find the answer!

Thanks


Viewing all articles
Browse latest Browse all 134470

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>