I find that the reported errors is because the permalinks are different. It shows as day and name setting, while currently my permalink setting is post name. I have just click save changes. And i have the following code in my .htaccess file: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress What should I do now? Should I reset my permalinks to day and name?