very weird things happening to my permalinks. its showing me 404 error when i switch to permalinks then when i change to default and then back to permalinks its fine until i actually edit url to specific page then its all goes 404 so when I repeat changing to default and back to permalinks its all fine again. Its even happening when i try to add new page Its never happen before it cannot be the server settings cos i run several WP sites on that server and the rest are fine.
Here is my .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Many thanks for help
# BEGIN WordPressand# END WordPressto add its own rules. – Milo Sep 9 '11 at 18:02