This tip covers configuration in Options/Permalinks [Edit Permalink Structure] for WordPress users. Este extremo se refiere a la configuración en Opciones / Permalinks [Editar Estructura Permalink] para los usuarios de WordPress. My version is WordPress 1.5. Mi versión es WordPress 1,5.

By default WordPress uses a query string to identify a post. Por defecto WordPress utiliza una cadena de consulta para identificar un puesto. This is neither search engine friendly nor human friendly. Esto no es ni motor de búsqueda de amistad ni de amistad humana. A better way is to use a custom URI to better identify your posts. Una mejor manera es usar una costumbre URI para identificar mejor sus entradas. Many bloggers include a date as part of the permalink. Muchos usuarios de Blogger incluye una fecha como parte de los perm. I advise against it Aconsejo su contra . The date of the post is not so important as to be part of the URI! La fecha de la entrada no es tan importante como para ser parte de la URI!

My suggestion is to use a simple structure containing the post-slug as your Permalink URI. Mi sugerencia es utilizar una estructura simple que contenga el poste-lingote como su permanente URI. I use: Yo uso:
Structure: /index.php/archive/%postname%/ Estructura: / index.php / archive /% postname% /

Note that there is an index.php embedded. Tenga en cuenta que hay un index.php incrustados. This is fine with search engines and humans too. Esto está bien con los motores de búsqueda y los seres humanos también. And it will work great. Y es un gran trabajo. It doesn’t require mod_rewrite functionality or change to htaccess. No requiere mod_rewrite funcionalidad o cambiar a htaccess. Something as simple as this will work in all configurations. Algo tan simple como esta funcionará en todas las configuraciones.

For category base I use simply: /index.php/category Para la categoría base que utilizo simplemente: / index.php / categoría

This is just a simple example. Esto es sólo un ejemplo sencillo. You can make your URI as complicated as you want. Usted puede hacer su URI tan complicado como usted desea. Just remember to test it. Simplemente recuerde a probarlo.
Personally I like it short and simple. Personalmente me gusta es corto y simple.

Update 1 : Please refer to the comments below for points and counterpoints on this topic. Update 1: Sírvase remitirse a los comentarios por debajo de los puntos y contrapuntos 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. Actualización N º 2: Las objeciones planteadas por algunas personas es que tengan un nombre idéntico título para puestos causar problemas con WordPress. This is not a valid observation anymore. No se trata de una observación más válida. In other words you can have 10 posts named “Happy New Year” and WordPress will assign unique post-slug to each. En otras palabras usted puede tener 10 puestos llamado "Feliz Año Nuevo" y WordPress asignará único poste-lingote para cada uno. Simply said this approach is without any drawbacks AFAIK. Simplemente dijo este enfoque es sin ningún tipo de inconvenientes AFAIK.

Update 3 : Cem commented: Actualización N º 3: Cem comentó:

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 futura referencia, tuve la oportunidad de obtener la reescritura de URL del permalink en WordPress de trabajo mediante la creación de un php.ini a raíz de mi dominio con la siguiente configuración:

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. Varias personas han encontrado útil en diversos ambientes incluyendo pero no limitado a IIS en las ventanas como puede verse en los comentarios. Thanks Cem for sharing! Cem Gracias por compartir!

BTW: Personally I use /archive/%postname%/ for my BTW: Personalmente yo uso / archive /% postname% / para mi Stem Cell Research Blog La investigación con células madre blog without requiring any changes. sin necesidad de ningún cambio.

The greatest benefit is that you don’t have to embed index.php as part of URL, possibly slightly increasing your SERP. El mayor beneficio es que usted no tiene que integrar index.php como parte de la URL, posiblemente aumentando ligeramente su SERP.