List of WordPress 2.x Rewrite Rules & Usage Notes wordpress 2.x 재작성 규칙의 목록 및 사용량 노트
Comprehensive List of WordPress 2.x Rewrite Rules : 포괄적인 목록을 wordpress 2.x 재작성 규칙 :
Note 1: The built-in rules are provided to guide you in writing your own fancy rules. 참고 1 : 기본 -이 규칙은 당신의 마음에 드는 것에게 제공되는 규칙을 서면으로 당신을 안내합니다.
Note 2: In case you are wondering anything before and including the ‘?’ is ignored in match. 참고 2 :이 경우에는 아무것도 의문을 포함하여 이전과 '?'는 무시와 일치합니다. The whole match is actually stored in a variable which is never used. 에 저장되어있는 모든 변수를 일치하는 항목이 실제로는 절대 사용합니다. So you can as well have your match starting with ‘?’. 그래서 당신의 일치도하실 수있습니다로 시작하는 '?'합니다. The current implementation of WordPress doesn’t care. 현재의 구현 wordpress 상관 없다.
Note 3: WordPress rewrite rules infrastructure is sort of brain dead. 참고 3 : wordpress 재작성 규칙 종류의 인프라는 뇌사합니다. What I mean is that you do all that fancy rewriting stuff without reaping much benefit at the end. 는 말의 뜻은 물건을 다시 작성하지 않고 모든 것을 공상 벼베기 많은 혜택 끝에합니다. You have to anyway add action to ‘template_redirect’ and redirect it to your hearts content. 어쨌든 장바구니 행동을해야 'template_redirect'와 여러분의 마음에 콘텐츠를 리디렉션합니다. WordPress doesn’t do it for you unlike .htaccess. wordpress 그것을 달리 할 필요가없습니다. htaccess합니다. The whole infrastructure is to help WP developers and not you, the user. 전체 인프라는 개발자 및 안에 도움이 백린, 사용자합니다. Actually it makes these rules harder to access for the end-users (bloggers). 이러한 규칙에 대한 액세스가 힘들다는 것을 사실은 그것의 마지막 - 사용자 (블로거). Also new rules are only updated when you manually update the permalink structure, unless you know the magic incantation 또한 새로운 규칙은에만 업데이 트를 수동으로 업데이 트하는 경우 영구 링크 구조,있다면 모르지만 진부한 표현의 마술 ![]()
| Match 일치 | Query 검색어 |
| index.php/(archives)/trackback/?$ index.php / (아카이브) / 트랙백 /? $ | index.php?pagename=$matches[1]&tb=1 index.php? 페이지뷰 = $와 일치 [1] & 결핵 = 1 |
| index.php/(archives)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / (아카이브) / 사료 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?pagename=$matches[1]&feed=$matches[2] index.php? 페이지뷰 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/(archives)/(feed|rdf|rss|rss2|atom)/?$ index.php / (아카이브) / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?pagename=$matches[1]&feed=$matches[2] index.php? 페이지뷰 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/(archives)/page/?([0-9]{1,})/?$ index.php / (아카이브) / 페이지 /? ([0-9] (1 ,})/?$ | index.php?pagename=$matches[1]&paged=$matches[2] index.php? 페이지뷰 = $와 일치 [1] & 발견된 = $와 일치 [2] |
| index.php/(archives)(/[0-9]+)?/?$ index.php / (아카이브) (/ [0-9 ]+)?/?$ | index.php?pagename=$matches[1]&page=$matches[2] index.php? 페이지뷰 = $와 일치 [1] & 페이지를 = $와 일치 [2] |
| index.php/archives/attachment/([^/]+)/?$ index.php / 아카이브 / 첨부 파일을 /([^/]+)/?$ | index.php?attachment=$matches[1] index.php? 첨부 파일이 = $와 일치 [1] |
| index.php/archives/attachment/([^/]+)/trackback/?$ index.php / 아카이브 / 첨부 파일을 /([^/]+)/ 트랙백 /? $ | index.php?attachment=$matches[1]&tb=1 index.php? 첨부 파일이 = $와 일치 [1] & 결핵 = 1 |
| index.php/archives/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / 아카이브 / 첨부 파일을 /([^/]+)/ 피드 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.php? 첨부 파일이 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/archives/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php / 아카이브 / 첨부 파일을 /([^/]+)/( 피드 | rdf | rss | rss2 | 원자) /? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.php? 첨부 파일이 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/(about)/trackback/?$ index.php / (약) / 트랙백 /? $ | index.php?pagename=$matches[1]&tb=1 index.php? 페이지뷰 = $와 일치 [1] & 결핵 = 1 |
| index.php/(about)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / (약) / 사료 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?pagename=$matches[1]&feed=$matches[2] index.php? 페이지뷰 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/(about)/(feed|rdf|rss|rss2|atom)/?$ index.php / (약) / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?pagename=$matches[1]&feed=$matches[2] index.php? 페이지뷰 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/(about)/page/?([0-9]{1,})/?$ index.php / (약) / 페이지 /? ([0-9] (1 ,})/?$ | index.php?pagename=$matches[1]&paged=$matches[2] index.php? 페이지뷰 = $와 일치 [1] & 발견된 = $와 일치 [2] |
| index.php/(about)(/[0-9]+)?/?$ index.php / (약) (/ [0-9 ]+)?/?$ | index.php?pagename=$matches[1]&page=$matches[2] index.php? 페이지뷰 = $와 일치 [1] & 페이지를 = $와 일치 [2] |
| index.php/about/attachment/([^/]+)/?$ index.php / 회사 소개 / 첨부 파일을 /([^/]+)/?$ | index.php?attachment=$matches[1] index.php? 첨부 파일이 = $와 일치 [1] |
| index.php/about/attachment/([^/]+)/trackback/?$ index.php / 회사 소개 / 첨부 파일을 /([^/]+)/ 트랙백 /? $ | index.php?attachment=$matches[1]&tb=1 index.php? 첨부 파일이 = $와 일치 [1] & 결핵 = 1 |
| index.php/about/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / 회사 소개 / 첨부 파일을 /([^/]+)/ 피드 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.php? 첨부 파일이 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/about/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php / 회사 소개 / 첨부 파일을 /([^/]+)/( 피드 | rdf | rss | rss2 | 원자) /? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.php? 첨부 파일이 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / 사료 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?&feed=$matches[1] index.php? & 피드 = $와 일치 [1] |
| index.php/(feed|rdf|rss|rss2|atom)/?$ index.php / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?&feed=$matches[1] index.php? & 피드 = $와 일치 [1] |
| index.php/page/?([0-9]{1,})/?$ index.php / 페이지 /? ([0-9] (1 ,})/?$ | index.php?&paged=$matches[1] index.php? & 발견된 = $와 일치 [1] |
| index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / 의견 / 사료 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?&feed=$matches[1]&withcomments=1 index.php? & 피드 = $와 일치 [1] & withcomments = 1 |
| index.php/comments/(feed|rdf|rss|rss2|atom)/?$ index.php / 의견 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?&feed=$matches[1]&withcomments=1 index.php? & 피드 = $와 일치 [1] & withcomments = 1 |
| index.php/comments/page/?([0-9]{1,})/?$ index.php / 의견 / 페이지 /? ([0-9] (1 ,})/?$ | index.php?&paged=$matches[1] index.php? & 발견된 = $와 일치 [1] |
| index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / 검색 /(.+)/ 피드 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?s=$matches[1]&feed=$matches[2] index.php?의 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$ index.php / 검색 /(.+)/( 피드 | rdf | rss | rss2 | 원자) /? $ | index.php?s=$matches[1]&feed=$matches[2] index.php?의 = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/search/(.+)/page/?([0-9]{1,})/?$ index.php / 검색 /(.+)/ 페이지 /? ([0-9] (1 ,})/?$ | index.php?s=$matches[1]&paged=$matches[2] index.php?의 = $와 일치 [1] & 발견된 = $와 일치 [2] |
| index.php/search/(.+)/?$ index.php / 검색 /(.+)/?$ | index.php?s=$matches[1] index.php?의 = $와 일치 [1] |
| index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php / 종류 /(.+?)/ 피드 / (피드 | rdf | rss | rss2 | 원자) /? $ | index.php?category_name=$matches[1]&feed=$matches[2] index.php? category_name = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$ index.php / 종류 /(.+?)/( 피드 | rdf | rss | rss2 | 원자) /? $ | index.php?category_name=$matches[1]&feed=$matches[2] index.php? category_name = $와 일치 [1] & 피드 = $와 일치 [2] |
| index.php/category/(.+?)/page/?([0-9]{1,})/?$ index.php / 종류 /(.+?)/ 페이지 /? ([0-9] (1 ,})/?$ | index.php?category_name=$matches[1]&paged=$matches[2] index.php? category_name = $와 일치 [1] & 발견된 = $와 일치 [2] |
| index.php/category/(.+?)/?$ index.php / 범주 /(.+?)/?$ | index.php?category_name=$matches[1] index.php? category_name = $와 일치 [1] |
Filed under 밑에 CMS Software cms 소프트웨어를 , Headline News 헤드 라인 뉴스 , How To 하는 방법을 , PHP php , Pro Blogging 직업적인 블로깅 , Tech Note 기술 참고 사항 , Web 웹 , WordPress wordpress | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |





August 28th, 2006 at 10:33 pm 2006년 8월 28일에서 오후 10시 33분
[...] Angsuman published a “comprehensive list of WordPress 2.x rewrite rules.” [...] [...] 게시 angsuman "포괄적인 목록을 wordpress 2.x 재작성 규칙을합니다."[...]
November 2nd, 2006 at 7:05 am 2006년 11월 2일에서 오전 7시 5분
[...] A comprehensive list of WordPress 2.x Rewrite rules. [...] wordpress 2.x 재작성 규칙에 목록을 종합합니다. [...]