Yep, that looks like the same problem. Thanks!
I realize this is an old one but I’m having a similar problem. I switched the site from a linux server to a windows server and now permalinks will not work. I have tried with index.php and without. When I click any link I get a 404. Here’s my file with some suggestions I got from this thread
# BEGIN WordPress
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteBase /news
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /news/index.php [L]
</IfModule>
# END WordPress
Any advice is much appreciated. When I have permalinks turned off, I have no problem, but who wants those ugly links?
Thanks in advance!