재 작성 규칙을 분석하는 도구?
-
-
분석 부분을 이해하지 못합니다.이것이 구체적으로 무엇을 위해 좋을까요?재 작성 규칙을 읽기 위해?이것이 내가 지금까지 알고있는 유일한 플러그인입니다 : http://wordpress.org/extend/plugins/askapaches-rewriterules-viewer/I don't understand the analyse part. For what should this be good for in concrete? just to read rewrite rules? that's the only plugin I'm aware of so far: http://wordpress.org/extend/plugins/askapaches-rewriterules-viewer/
- 0
- 2010-11-04
- hakre
-
@hakre : 새 재 작성 규칙을 추가하고 싶지만 작동하지 않는 이유를 이해하지 못하는 경우 분석 및 디버그합니다.예를 들어 내 현재 버전은 쿼리 변수가`WP ::parse_request ()`에서 읽혀 지는지 여부도 확인합니다.이는 재 작성 엔진의 문서를 이해하고 개선하려는 더 큰 노력의 일부입니다.@hakre: Analyze and debug, in case you want to add a new rewrite rule but don't understand why it is not working. My current version for example also checks whether the query vars are read by `WP::parse_request()`. It is part of a larger effort to understand and maybe even improve the documentation of the rewrite engine.
- 0
- 2010-11-04
- Jan Fabry
-
Denis는 여기에서 흥미로운 측면을 명명했습니다. http://wordpress.stackexchange.com/questions/3431/performance-of-my-permalink-structure/3437#3437-게시물/페이지 당 규칙 수.Denis named an interesting aspect here: http://wordpress.stackexchange.com/questions/3431/performance-of-my-permalink-structure/3437#3437 -- number of rules per post / page.
- 0
- 2010-11-05
- hakre
-
1 대답
- 투표
-
- 2010-11-03
글쎄요,Jan!바로 오늘 긴 기차 여행을하면서 재 작성 규칙을 구문 분석하고 쿼리 변수를 강조 표시하는 Rewrite Analyzer 플러그인을 작성하기로 결정했습니다.URL을 바로 테스트하고 설정 될 쿼리 변수를 확인할 수 있습니다.
플러그인 저장소 또는 Monkeyman 재 작성 분석기에서 찾을 수 있습니다. 관리 화면에서 새 플러그인을 검색 할 때
Well what a coincidence that you ask this, Jan! Just today I had time on a long train journey and decided to write a Rewrite Analyzer plugin, one that parses your rewrite rules and highlights the query variables. You can test URLs right there and see what query variables will be set.
You can find it in the plugin repository, or just as Monkeyman Rewrite Analyzer when search for new plugins in your administration screen.
-
디버그 막대에 추가하면 좋을 것입니다. :)Nice would be to have that as an addition to the debug bar :)
- 1
- 2011-03-21
- kaiser
-
플러그인을 가져올 수있는 SVN이 있습니까?Is there an SVN the plugin can be pulled from?
- 0
- 2011-04-13
- t31os
-
질문,Jan : 빨간색 줄이 표시된 부분이 정확히 무엇을 의미합니까?Question, Jan: when something is crossed out in red, what does that mean exactly?
- 4
- 2011-06-24
- Manny Fleurmond
-
@Manny : 빨간색 쿼리 변수는 공개로 표시되지 않으므로`$ wp_query` 개체로 전송되지 않으며 나중에 액세스하기가 어렵습니다.@Manny: Red query variables are not marked as public, so they will not be sent to the `$wp_query` object and you will have a hard time accessing them later.
- 1
- 2011-06-24
- Jan Fabry
-
매우 유용한!감사!나는 완전히 [일이 작동하는 것을 발견했습니다] (http://wordpress.stackexchange.com/questions/26497/querystring-parameter-getting-lost-in-rewrite-rule)는 아니지만 지금까지 큰 도움이되었습니다.Very useful! Thanks! I haven't totally [gotten things working](http://wordpress.stackexchange.com/questions/26497/querystring-parameter-getting-lost-in-rewrite-rule), but it's been a huge help so far.
- 0
- 2011-08-22
- Rebecca Chernoff
-
안타깝게도 너무 구식입니다!나는 시도조차하지 않았고 곧바로 대안으로 갔다. 그 자체는 상당히 구식이다..Too bad this is so outdated! I haven't even tried and went straight to an alternative, which is quite outdated itself (2 years without updates): https://wordpress.org/plugins/rewrite/ - but apparently it worked on newest wordpress (4.3.1).
- 0
- 2015-11-11
- cregox
-
@Cawas : 나는 그것이 여전히 작동 할 것이라고 생각합니다.심각한 WordPress 작업을 한 지 오래되었지만 코드는 이전 버전과 매우 호환됩니다.@Cawas: I think it might still work. It has been a while since I did some serious WordPress work, but the code is very backwards compatible.
- 0
- 2015-11-12
- Jan Fabry
재 작성 규칙을 분석 할 수있는 좋은 도구가 있습니까?나는 항상 정규식과 매개 변수 대체물과 혼동한다.
내가 직접 만든 것을 여기에 게시하여 다른 사람들이 사용할 수 있도록하겠습니다.하지만 다른 도구를 자유롭게 추가해주세요.