This tip covers configuration in Options/Permalinks [Edit Permalink Structure] for WordPress users. Esta dica abrange configuração em Options / Permalinks [Edit Permalink Estrutura] WordPress para os usuários. My version is WordPress 1.5. A minha versão é WordPress 1,5.

By default WordPress uses a query string to identify a post. Por padrão WordPress usa uma query string para identificar um post. This is neither search engine friendly nor human friendly. Este motor de busca amigável não é nem humana nem amigável. A better way is to use a custom URI to better identify your posts. A melhor maneira é usar um costume URI para melhor identificar suas mensagens. Many bloggers include a date as part of the permalink. Muitos blogueiros incluir uma data como parte do permalink. I advise against it Aconselho contra ele . The date of the post is not so important as to be part of the URI! A data da postagem não é assim tão importante como a fazer parte da URI!

My suggestion is to use a simple structure containing the post-slug as your Permalink URI. A minha sugestão é usar uma estrutura simples contendo o pós-slug como seu Permalink URI. I use: Eu uso:
Structure: /index.php/archive/%postname%/ Estrutura: / index.php / archive /% postname% /

Note that there is an index.php embedded. Note que existe um index.php embutido. This is fine with search engines and humans too. Trata-se bem com motores de pesquisa e de seres humanos também. And it will work great. E dará muito trabalho. It doesn’t require mod_rewrite functionality or change to htaccess. Não exige o mod_rewrite ou alterar a funcionalidade htaccess. Something as simple as this will work in all configurations. Algo tão simples como isto irá funcionar em todas as configurações.

For category base I use simply: /index.php/category Para a categoria base simplesmente eu uso: / / index.php / categoria

This is just a simple example. Este é apenas um exemplo simples. You can make your URI as complicated as you want. Você pode fazer seu URI como complicada como você quer. Just remember to test it. Basta lembrar de testá-lo.
Personally I like it short and simple. Pessoalmente, como ele curtas e simples.

Update 1 : Please refer to the comments below for points and counterpoints on this topic. Update 1: Para consultar as observações a seguir para os pontos e contrapontos sobre este tema.

Update 2 : The objections raised by some people is that having an identical named title for posts will cause problems with WordPress. Update 2: As objecções levantadas por algumas pessoas é que ter um título idêntico nomeado para os cargos que podem vir a causar problemas com WordPress. This is not a valid observation anymore. Esta não é uma observação válida anymore. In other words you can have 10 posts named “Happy New Year” and WordPress will assign unique post-slug to each. Em outras palavras, pode ter 10 lugares com o nome "Feliz Ano Novo" e WordPress irá atribuir única pós-slug para cada um. Simply said this approach is without any drawbacks AFAIK. Basta dizer esta abordagem é, sem quaisquer inconvenientes AFAIK.

Update 3 : Cem commented: Update 3: Cem comentou:

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: Para referência futura, eu era capaz de obter permalink URL reescrevendo trabalhando em WordPress, criando um php.ini em meu domínio raiz com a seguinte configuração:

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. Várias pessoas tiveram mais útil em vários ambientes, incluindo mas não limitado a IIS em janelas como pode ser visto a partir de observações. Thanks Cem for sharing! Graças Cem para a partilha!

BTW: Personally I use /archive/%postname%/ for my BTW: Pessoalmente eu uso / archive /% postname% / para a minha Stem Cell Research Blog A investigação sobre células estaminais blog without requiring any changes. sem que seja necessária qualquer alteração.

The greatest benefit is that you don’t have to embed index.php as part of URL, possibly slightly increasing your SERP. A maior vantagem é que você não tem que incorporar index.php como parte da URL, possivelmente aumentar ligeiramente o seu SERP.