This did not help, With ‘pretty permalinks’ turned on, my htaccess file looked like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
<strong>RewriteEngine On</strong>
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress