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. 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 이상, wordpress 그 자체로 리디렉션 (영구 리디렉션) - 정식 url하지 않는 모든 사이트에 대한 단일 정식합니다.

The upside is that you don’t need to mess around with .htaccess or httpd.conf. the 거꾸로가 주변을 어지럽히는 필요가없습니다. 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. 그럼에도 불구하고 그것 초보 블로거에 대한 혜택을 받으실 수있을 겁니다.