I cannot access the comments or the post in my wordpress blog after I moved server. It says page not found. Whats up ? Are there any folders that I need to change permissions on ? EDIT: It works if I set the permalink options to default, but I used custom: /%year%/%monthnum%/%postname%/ and its not working when I use that one. EDIT 2: It works now. in .htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> And I am talking to myself