Sponsored Link

Archive for 2月 13th, 2009

XML Sitemap Generator for WordPress 3.1.2

2月 13th, 2009
XML Sitemap Generator for WordPress 3.1.2

XML Sitemap Generator for WordPress 3.1.2 plugin インストールで、MU特有?の問題があったのでメモ。

pluginを検索して、インストールするところまでは、問題がなかったのですが、

Location of your sitemap file の部分で、Automatic detectionが、パスを間違えて発行している様子なので、メモにしておきます。

path: /virtual/hogehoge/wordpressRoot/sitemap.xml
url:http://www.exsample.com/wordpressRoot/blogname/sitemap.xml

このように、パスと、URLがずれてしまい。そのURLにアクセスすると、file not foundになってしまう。

Custum locationをチェックして、

path: /virtual/hogehoge/wordpressRoot/sitemap/blogname.xml
url:http://www.exsample.com/wordpressRoot/sitemap/blogname.xml

上記のように変更した。