This tip covers configuration in Options/Permalinks [Edit Permalink Structure] for WordPress users. Questo suggerimento riguarda la configurazione in Opzioni / Permalinks [Modifica la struttura del permalink] per gli utenti di WordPress. My version is WordPress 1.5. È la mia versione di WordPress 1,5.

By default WordPress uses a query string to identify a post. Per impostazione predefinita WordPress utilizza una stringa di ricerca per individuare un post. This is neither search engine friendly nor human friendly. Questo non è né motore di ricerca amichevole, né umana friendly. A better way is to use a custom URI to better identify your posts. Un modo migliore è quello di utilizzare un URI di identificare meglio i tuoi post. Many bloggers include a date as part of the permalink. Molti blogger includere una data come parte del permalink. I advise against it Consiglio contro di essa . The date of the post is not so important as to be part of the URI! La data del post non è così importante da essere parte della notazione URI!

My suggestion is to use a simple structure containing the post-slug as your Permalink URI. Il mio suggerimento è di utilizzare una semplice struttura contenente i post-slug come il tuo Permalink URI. I use: Io uso:
Structure: /index.php/archive/%postname%/ Struttura: / index.php / archive /% postname% / /

Note that there is an index.php embedded. Si noti che non è un index.php embedded. This is fine with search engines and humans too. Questo va bene con i motori di ricerca e l'uomo. And it will work great. E che funzionano molto bene. It doesn’t require mod_rewrite functionality or change to htaccess. Non richiede funzionalità mod_rewrite o per passare alla htaccess. Something as simple as this will work in all configurations. Qualcosa di semplice come questo lavoro in tutte le configurazioni.

For category base I use simply: /index.php/category Per la categoria di base usare semplicemente: / / index.php / categoria

This is just a simple example. Questo è solo un semplice esempio. You can make your URI as complicated as you want. È possibile rendere il vostro URI come complicato come si desidera. Just remember to test it. Ricorda di prova.
Personally I like it short and simple. Personalmente mi piace breve e semplice.

Update 1 : Please refer to the comments below for points and counterpoints on this topic. Aggiornamento 1: Si prega di fare riferimento alle osservazioni di seguito per punti e counterpoints su questo argomento.

Update 2 : The objections raised by some people is that having an identical named title for posts will cause problems with WordPress. Aggiornamento 2: Le obiezioni sollevate da alcune persone che hanno un nome identico titolo per posti causare problemi con WordPress. This is not a valid observation anymore. Questa non è una valida osservazione più. In other words you can have 10 posts named “Happy New Year” and WordPress will assign unique post-slug to each. In altre parole si può avere 10 posti denominata "Happy New Year" e WordPress assegnerà unico post-interlinea a ciascuno. Simply said this approach is without any drawbacks AFAIK. Semplicemente detto questo approccio è senza inconvenienti AFAIK.

Update 3 : Cem commented: Aggiornamento 3: Cem ha commentato:

For future reference, I was able to get permalink URL rewriting working in WordPress by creating a php.ini at my domain root with the following configuration: Per riferimento futuro, mi è stato capace di ottenere permalink riscrittura URL di lavoro in WordPress mediante la creazione di un php.ini nel mio dominio root con la seguente configurazione:

cgi.fix_pathinfo = 1 cgi.fix_pathinfo = 1
cgi.force_redirect = 0 cgi.force_redirect = 0

Several people have found it useful on various environments including but not limited to IIS on windows as can be seen from the comments. Diverse persone hanno trovato utile su vari ambienti incluso ma non limitato a IIS a finestre come si può vedere dalle osservazioni. Thanks Cem for sharing! Grazie per la condivisione di Cem!

BTW: Personally I use /archive/%postname%/ for my BTW: Personalmente uso / archivio /% postname% / / per il mio Stem Cell Research Blog La ricerca sulle cellule staminali blog without requiring any changes. senza richiedere alcuna modifica.

The greatest benefit is that you don’t have to embed index.php as part of URL, possibly slightly increasing your SERP. Il più grande vantaggio è che non è necessario incorporare index.php come parte di URL, forse leggermente aumentare il tuo SERP.