This tip covers configuration in Options/Permalinks [Edit Permalink Structure] for WordPress users. 이 힌트를 덮어 구성을 옵션 / permalinks [편집 영구 링크 구조를]을 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에 포함 창에 국한되지 않으며 코멘트에서 볼 수있습니다. Thanks Cem for sharing! CEM은 전 공유하기위한 감사합니다!

BTW: Personally I use /archive/%postname%/ for my btw : 개인적으로 사용 / 보관 / % 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를 높일 수있습니다.