我认为您还应该运行一些MYSQL查询以使其正常工作:
UPDATE wp_options SET option_value = replace(option_value, \'http://example.com\', \'http://example.com/blog\') WHERE option_name = \'home\' OR option_name = \'siteurl\';
UPDATE wp_posts SET guid = replace(guid, \'http://example.com\',\'http://example.com/blog\');
UPDATE wp_posts SET post_content = replace(post_content, \'http://example.com/\', \'http://example.com/blog\');
如果永久链接仍不工作,请删除。htaccess文件,然后转到设置->永久链接,然后单击保存以创建。htaccess文件。