I am having the same exact problem. I have already configured my sever with mod_rewrite and I know that is not the problem.
the contents of my .htaccess files are listed below:
# BEGIN WordPress
RewriteEngine On
RewriteBase /ximbia/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ximbia/index.php [L]
# END WordPress
Please advise.
Thanks
-W
I am having a similar problem … the settings links are not working on the menu bar or from within the page. Any ideas?