Angsuman Chakraborty
Posts: 19816
Nickname: angsuman
Registered: Dec, 2003
Angsuman Chakraborty is the CEO and Chief Architect at Taragana
List of WordPress 2.x Rewrite Rules
Posted: Aug 26, 2006 6:15 AM
Advertisement
Comprehensive List of WordPress 2.x Rewrite Rules:
Match
Query
index.php/(archives)/trackback/?$
index.php?pagename=$matches[1]&tb=1
index.php/(archives)/feed/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?pagename=$matches[1]&feed=$matches[2]
index.php/(archives)/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?pagename=$matches[1]&feed=$matches[2]
index.php/(archives)/page/?([0-9]{1,})/?$
index.php?pagename=$matches[1]&paged=$matches[2]
index.php/(archives)(/[0-9]+)?/?$
index.php?pagename=$matches[1]&page=$matches[2]
index.php/archives/attachment/([^/]+)/?$
index.php?attachment=$matches[1]
index.php/archives/attachment/([^/]+)/trackback/?$
index.php?attachment=$matches[1]&tb=1
index.php/archives/attachment/([^/]+)/feed/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?attachment=$matches[1]&feed=$matches[2]
index.php/archives/attachment/([^/]+)/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?attachment=$matches[1]&feed=$matches[2]
index.php/(about)/trackback/?$
index.php?pagename=$matches[1]&tb=1
index.php/(about)/feed/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?pagename=$matches[1]&feed=$matches[2]
index.php/(about)/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?pagename=$matches[1]&feed=$matches[2]
index.php/(about)/page/?([0-9]{1,})/?$
index.php?pagename=$matches[1]&paged=$matches[2]
index.php/(about)(/[0-9]+)?/?$
index.php?pagename=$matches[1]&page=$matches[2]
index.php/about/attachment/([^/]+)/?$
index.php?attachment=$matches[1]
index.php/about/attachment/([^/]+)/trackback/?$
index.php?attachment=$matches[1]&tb=1
index.php/about/attachment/([^/]+)/feed/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?attachment=$matches[1]&feed=$matches[2]
index.php/about/attachment/([^/]+)/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?attachment=$matches[1]&feed=$matches[2]
index.php/feed/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?&feed=$matches[1]
index.php/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?&feed=$matches[1]
index.php/page/?([0-9]{1,})/?$
index.php?&paged=$matches[1]
index.php/comments/feed/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?&feed=$matches[1]&withcomments=1
index.php/comments/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?&feed=$matches[1]&withcomments=1
index.php/comments/page/?([0-9]{1,})/?$
index.php?&paged=$matches[1]
index.php/search/(.+)/feed/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?s=$matches[1]&feed=$matches[2]
index.php/search/(.+)/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?s=$matches[1]&feed=$matches[2]
index.php/search/(.+)/page/?([0-9]{1,})/?$
index.php?s=$matches[1]&paged=$matches[2]
index.php/search/(.+)/?$
index.php?s=$matches[1]
index.php/category/(.+?)/feed/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?category_name=$matches[1]&feed=$matches[2]
index.php/category/(.+?)/(feed¦rdf¦rss¦rss2¦atom)/?$
index.php?category_name=$matches[1]&feed=$matches[2]
index.php/category/(.+?)/page/?([0-9]{1,})/?$
index.php?category_name=$matches[1]&paged=$matches[2]
index.php/category/(.+?)/?$
index.php?category_name=$matches[1]
Read: List of WordPress 2.x Rewrite Rules