hi,
I have the same problem. Whatever I do .htaccess code is generated always the same. I see it at Options > Permalink page.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I have WordPress 2.0.1, mod_rewrite is working because it works with single posts. index.php and .htaccess reside in the root directory and wordpress is intalled into the /wordpress/ directory. wp_opitions table contains auto_increment on option_id field.
I have many static pages but have to rules generated for them.
Does anyone know how to solve this problem?