I accidentally discovered a super-cool re-direction feature embedded in WordPress 2.3.x. Ho scoperto accidentalmente un super-cool re-direzione incorporato in funzione di WordPress 2.3.x. Any blog may have multiple url pointing to the same blog. Qualsiasi blog possono disporre di molteplici url che punta allo stesso blog. For example blog.taragana.com may also be accessed as www.blog.taragana.com. Per esempio blog.taragana.com può anche essere letta come www.blog.taragana.com. The proper practice, keeping SEO in mind, is to redirect all such URL to the canonical URL of the site. Il corretto esercizio, mantenendo SEO in mente, è quello di reindirizzare tutti gli URL della canonica URL del sito. Now there is a simple way to achieve this. Adesso c'è un modo semplice per raggiungere questo obiettivo.

Previously you had to modify .htaccess or httpd.conf to accomplish it. Precedentemente avete dovuto modificare. Htaccess httpd.conf o di compiere. With version 2.3.1 and above, WordPress itself redirects (permanent redirect) all non-canonical URL to the single canonical URL for the site. Con la versione 2.3.1 e superiori, WordPress stessa reindirizzamenti (redirect) tutti i non-canonica URL per il singolo URL canonico per il sito.

The upside is that you don’t need to mess around with .htaccess or httpd.conf. Il vantaggio è che non c'è bisogno di pasticciare con circa. Htaccess o httpd.conf. A slight mistake in either of them can bring down your site or mess it up completely. Un lieve errore in uno di essi può far cadere il tuo sito o mess it up completamente.

The downside is that WordPress uses a PHP based approach which is potentially slower than .htaccess or httpd.conf approaches. L'aspetto negativo è che WordPress utilizza un approccio basato sul PHP che è potenzialmente più lento di quello. Htaccess httpd.conf o approcci. Nevertheless it should be a boon for novice bloggers. Tuttavia, dovrebbe essere un vantaggio per i blogger novizio.