说明
Baidu Sitemap Generator官方已经支持了SAE环境,但有两个问题。
1.在SAE中使用Baidu Sitemap Generator需要修改config.yaml,如后台所提示:
如果是用SAE平台,打开网站根目录下的config.yaml加入两行代码
- rewrite: if ( path ~ "sitemap_baidu.xml" ) goto "wp-content/plugins/baidu-sitemap-generator/SAE_xml.php"
- rewrite: if ( path ~ "sitemap.html" ) goto "wp-content/plugins/baidu-sitemap-generator/SAE_html.php"
但官方插件中竟然没有SAE_xml.php和SAE_html.php这两个文件。
2.Baidu Sitemap Generator在SAE环境中是将Sitemap_baidu.xml和Sitemap.html写入到Storage中,但SAE官方说:
storage的存储为了实现云存储需要的高并发和高可靠 是一个比较重的操作 不适合存储这种频繁改动的文件 建议使用KVDB
修改版解决了这两个问题:加入了两个文件,并将储存位置从Storage改成了KVDB.
使用方法
下载插件,放在wp-content\plugins文件夹中,然后打开根目录下的config.yaml,加入
- rewrite: if ( path ~ "sitemap_baidu.xml" ) goto "wp-content/plugins/baidu-sitemap-generator/SAE_xml.php" - rewrite: if ( path ~ "sitemap.html" ) goto "wp-content/plugins/baidu-sitemap-generator/SAE_html.php"
SVN上传至SAE环境。然后在博客后台启用插件即可。
下载地址
下载地址回复可见
现在还能用吗?
非常感谢作者的努力
真的不错,你只用你的
回复看看。
回复看看
支持!感谢你付出的努力!