This tip covers configuration in Options/Permalinks [Edit Permalink Structure] for WordPress users.このオプションの設定のヒントをカバー/ Permalinksの[編集permalinkの構造]をWordPressのユーザーです。 My version is WordPress 1.5.私のバージョンはWordPress 1.5である。

By default WordPress uses a query string to identify a post. WordPressのデフォルトでは、クエリ文字列を識別するに投稿します。 This is neither search engine friendly nor human friendly.これはどちらも人間の友好的なサーチエンジンフレンドリー。 A better way is to use a custom URI to better identify your posts.を使用するには良い方法は、ヨルリンウリをより良くするカスタムの記事を識別しています。 Many bloggers include a date as part of the permalink.多くのブロガーには、日付の一環として、固定リンクします。 I advise against it私アドバイスすることもできます .です。 The date of the post is not so important as to be part of the URI!この評価をするポストではないに参加することが非常に重要なものとして与党ヨルリンウリ!

My suggestion is to use a simple structure containing the post-slug as your Permalink URI.私の提案を使用するには、シンプルな構造を含むポストスラグとしてお客様の固定リンクヨルリンウリです。 I use:私の使用:
Structure: /index.php/archive/%postname%/構造: / index.phpを/アーカイブ/ % postname % /の

Note that there is an index.php embedded. index.phpを組み込みには注意してください。 This is fine with search engines and humans too.これがうまくいくと、検索エンジンと人間が判明しました。 And it will work great.と働くことは素晴らしいです。 It doesn’t require mod_rewrite functionality or change to htaccess. mod_rewriteの機能を必要としませんhtaccessを変更したりします。 Something as simple as this will work in all configurations.何かのような簡単な作業で、これはすべての構成です。

For category base I use simply: /index.php/category基地を使用するだけで作成カテゴリ: / index.phpを/カテゴリ

This is just a simple example.これは単純な例です。 You can make your URI as complicated as you want.ヨルリンウリにして複雑にすることができます。することができます。 Just remember to test it.をテストすることをお忘れなく。
Personally I like it short and simple.個人的に私のように短いと簡単です。

Update 1 : Please refer to the comments below for points and counterpoints on this topic. 更新プログラムの1 :以下のコメントを参照してくださいポイントとcounterpointsしてください。

Update 2 : The objections raised by some people is that having an identical named title for posts will cause problems with WordPress. 更新プログラム2 :いくつかの提起した異議申し立てを持つ人々は、同じ名前のタイトルをWordPressの記事が原因で問題が発生します。 This is not a valid observation anymore.もう、この観測は有効ではありません。 In other words you can have 10 posts named “Happy New Year” and WordPress will assign unique post-slug to each.言い換えれば10件の投稿をすることができます名前が"明けましておめでとう"とWordPressのは、ユニークなポストに割り当てるスラグを各します。 Simply said this approach is without any drawbacks AFAIK.このアプローチはなく簡単に言うと欠点のAFAIK 。

Update 3 : Cem commented: 更新3 : Cemのコメント:

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:今後の参考のため、私は固定リンクのURLの書き換えを取得できるようにWordPressを作成する作業php.iniを自分のドメインのルートには、次の構成:

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.いくつかの人々が発見でその便利さを様々な環境にIISを含むがこれらに限定されるWindowsの図に示すように、コメントはありません。 Thanks Cem for sharing! Cemの感謝を共有する!

BTW: Personally I use /archive/%postname%/ for myところで:個人的に私の使用/アーカイブ/ % postname % /のためマイ Stem Cell Research Blog幹細胞研究のブログ without requiring any changes.すべての変更を必要とします。

The greatest benefit is that you don’t have to embed index.php as part of URL, possibly slightly increasing your SERP.の最大の利点はindex.phpを埋め込みを行う必要はありませんのURLの一部として、 serp可能性がわずかに引き上げることをお勧めします。