I accidentally discovered a super-cool re-direction feature embedded in WordPress 2.3.x.私偶然発見する機能をスーパークールに埋め込まれてWordPressの方向性を再2.3.x. Any blog may have multiple url pointing to the same blog.任意のブログの5月には複数のURLを指して、同じブログです。 For example blog.taragana.com may also be accessed as www.blog.taragana.com.たとえばwww.blog.taragana.com blog.taragana.comとしてアクセスされることもあります。 The proper practice, keeping SEO in mind, is to redirect all such URL to the canonical URL of the site.適切な練習、維持を念頭に置いてソは、このようにリダイレクトするすべてのURLを、正規のURLを、サイトです。 Now there is a simple way to achieve this.今すぐには、これを達成するために簡単な方法です。

Previously you had to modify .htaccess or httpd.conf to accomplish it.を変更するには、以前は次の。 htaccessまたはhttpd.confのを達成することです。 With version 2.3.1 and above, WordPress itself redirects (permanent redirect) all non-canonical URL to the single canonical URL for the site.バージョン2.3.1以降、差自体にリダイレクト(恒久的なリダイレクト)のすべての非正規のURLを正規のURLを、サイトの1つです。

The upside is that you don’t need to mess around with .htaccess or httpd.conf.の上値は周りを台無しにする必要はありません。 htaccessによりまたはhttpd.confのです。 A slight mistake in either of them can bring down your site or mess it up completely.のいずれかのミスをわずかに下げることがお客様のサイト、または台無しにすることを完全にします。

The downside is that WordPress uses a PHP based approach which is potentially slower than .htaccess or httpd.conf approaches.の下げは、 WordPressのでは、これは潜在的にPHPのベースのアプローチよりも遅い。 htaccessをまたはhttpd.confのアプローチです。 Nevertheless it should be a boon for novice bloggers.にもかかわらずブーンばならないのは、初心者ブロガーです。