works/[^/]+/([^/]+)/?$ => index.php?exhibitions=$matches[1]
exhibitions/[^/]+/([^/]+)/?$ => index.php?exhibitions=$matches[1]
films/[^/]+/([^/]+)/?$ => index.php?films=$matches[1]
(works|exhibitions|films|projects)/([0-9]+)/([0-9]{1,2})/([0-9]{1,2})/?$ => index.php?post_type_index=1&post_type=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]
(works|exhibitions|films|projects)/([0-9]+)/([0-9]{1,2})/?$ => index.php?post_type_index=1&post_type=$matches[1]&year=$matches[2]&monthnum=$matches[3]
(works|exhibitions|films|projects)/([0-9]+)/?$ => index.php?post_type_index=1&post_type=$matches[1]&year=$matches[2]
^wp-json/?$ => index.php?rest_route=/
^wp-json/(.*)? => index.php?rest_route=/$matches[1]
^index.php/wp-json/?$ => index.php?rest_route=/
^index.php/wp-json/(.*)? => index.php?rest_route=/$matches[1]
^wp-sitemap\.xml$ => index.php?sitemap=index
^wp-sitemap\.xsl$ => index.php?sitemap-stylesheet=sitemap
^wp-sitemap-index\.xsl$ => index.php?sitemap-stylesheet=index
^wp-sitemap-([a-z]+?)-([a-z\d_-]+?)-(\d+?)\.xml$ => index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]
^wp-sitemap-([a-z]+?)-(\d+?)\.xml$ => index.php?sitemap=$matches[1]&paged=$matches[2]
works/?$ => index.php?post_type=works
works/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=works&feed=$matches[1]
works/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=works&feed=$matches[1]
works/page/([0-9]{1,})/?$ => index.php?post_type=works&paged=$matches[1]
works/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]&post_type=works
works/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]&post_type=works
works/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]&post_type=works
works/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&post_type=works
works/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]&post_type=works
works/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]&post_type=works
works/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]&post_type=works
works/([0-9]{4})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&post_type=works
works/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]&post_type=works
works/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]&post_type=works
works/([0-9]{4})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&paged=$matches[2]&post_type=works
works/([0-9]{4})/?$ => index.php?year=$matches[1]&post_type=works
works/author/([^/]+)/page/?([0-9]{1,})/?$ => index.php?author_name=$matches[1]&paged=$matches[2]&post_type=works
works/author/([^/]+)/?$ => index.php?author_name=$matches[1]&post_type=works
works//([^/]+)/page/?([0-9]{1,})/?$ => index.php?category_name=$matches[1]&paged=$matches[2]&post_type=works
works//([^/]+)/?$ => index.php?category_name=$matches[1]&post_type=works
exhibitions/?$ => index.php?post_type=exhibitions
exhibitions/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=exhibitions&feed=$matches[1]
exhibitions/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=exhibitions&feed=$matches[1]
exhibitions/page/([0-9]{1,})/?$ => index.php?post_type=exhibitions&paged=$matches[1]
exhibitions/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]&post_type=exhibitions
exhibitions/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]&post_type=exhibitions
exhibitions/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]&post_type=exhibitions
exhibitions/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&post_type=exhibitions
exhibitions/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]&post_type=exhibitions
exhibitions/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]&post_type=exhibitions
exhibitions/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]&post_type=exhibitions
exhibitions/([0-9]{4})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&post_type=exhibitions
exhibitions/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]&post_type=exhibitions
exhibitions/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]&post_type=exhibitions
exhibitions/([0-9]{4})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&paged=$matches[2]&post_type=exhibitions
exhibitions/([0-9]{4})/?$ => index.php?year=$matches[1]&post_type=exhibitions
exhibitions/author/([^/]+)/page/?([0-9]{1,})/?$ => index.php?author_name=$matches[1]&paged=$matches[2]&post_type=exhibitions
exhibitions/author/([^/]+)/?$ => index.php?author_name=$matches[1]&post_type=exhibitions
films/?$ => index.php?post_type=films
films/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=films&feed=$matches[1]
films/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=films&feed=$matches[1]
films/page/([0-9]{1,})/?$ => index.php?post_type=films&paged=$matches[1]
films/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]&post_type=films
films/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]&post_type=films
films/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]&post_type=films
films/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&post_type=films
films/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]&post_type=films
films/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]&post_type=films
films/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]&post_type=films
films/([0-9]{4})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&post_type=films
films/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]&post_type=films
films/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]&post_type=films
films/([0-9]{4})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&paged=$matches[2]&post_type=films
films/([0-9]{4})/?$ => index.php?year=$matches[1]&post_type=films
films/author/([^/]+)/page/?([0-9]{1,})/?$ => index.php?author_name=$matches[1]&paged=$matches[2]&post_type=films
films/author/([^/]+)/?$ => index.php?author_name=$matches[1]&post_type=films
projects/?$ => index.php?post_type=projects
projects/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=projects&feed=$matches[1]
projects/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=projects&feed=$matches[1]
projects/page/([0-9]{1,})/?$ => index.php?post_type=projects&paged=$matches[1]
projects/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]&post_type=projects
projects/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]&post_type=projects
projects/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]&post_type=projects
projects/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&post_type=projects
projects/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]&post_type=projects
projects/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]&post_type=projects
projects/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]&post_type=projects
projects/([0-9]{4})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&post_type=projects
projects/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]&post_type=projects
projects/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]&post_type=projects
projects/([0-9]{4})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&paged=$matches[2]&post_type=projects
projects/([0-9]{4})/?$ => index.php?year=$matches[1]&post_type=projects
projects/author/([^/]+)/page/?([0-9]{1,})/?$ => index.php?author_name=$matches[1]&paged=$matches[2]&post_type=projects
projects/author/([^/]+)/?$ => index.php?author_name=$matches[1]&post_type=projects
category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?category_name=$matches[1]&feed=$matches[2]
category/(.+?)/(feed|rdf|rss|rss2|atom)/?$ => index.php?category_name=$matches[1]&feed=$matches[2]
category/(.+?)/embed/?$ => index.php?category_name=$matches[1]&embed=true
category/(.+?)/page/?([0-9]{1,})/?$ => index.php?category_name=$matches[1]&paged=$matches[2]
category/(.+?)/?$ => index.php?category_name=$matches[1]
tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?tag=$matches[1]&feed=$matches[2]
tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?tag=$matches[1]&feed=$matches[2]
tag/([^/]+)/embed/?$ => index.php?tag=$matches[1]&embed=true
tag/([^/]+)/page/?([0-9]{1,})/?$ => index.php?tag=$matches[1]&paged=$matches[2]
tag/([^/]+)/?$ => index.php?tag=$matches[1]
type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_format=$matches[1]&feed=$matches[2]
type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_format=$matches[1]&feed=$matches[2]
type/([^/]+)/embed/?$ => index.php?post_format=$matches[1]&embed=true
type/([^/]+)/page/?([0-9]{1,})/?$ => index.php?post_format=$matches[1]&paged=$matches[2]
type/([^/]+)/?$ => index.php?post_format=$matches[1]
works/[^/]+/attachment/([^/]+)/?$ => index.php?attachment=$matches[1]
works/[^/]+/attachment/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
works/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
works/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
works/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
works/[^/]+/attachment/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
(works)/([^/]+)/embed/?$ => index.php?post_type=works&slug=$matches[1]&works=$matches[2]&embed=true
(works)/([^/]+)/trackback/?$ => index.php?post_type=works&slug=$matches[1]&works=$matches[2]&tb=1
(works)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=works&slug=$matches[1]&works=$matches[2]&feed=$matches[3]
(works)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=works&slug=$matches[1]&works=$matches[2]&feed=$matches[3]
(works)/([^/]+)/page/?([0-9]{1,})/?$ => index.php?post_type=works&slug=$matches[1]&works=$matches[2]&paged=$matches[3]
(works)/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?post_type=works&slug=$matches[1]&works=$matches[2]&cpage=$matches[3]
(works)/([^/]+)(?:/([0-9]+))?/?$ => index.php?post_type=works&slug=$matches[1]&works=$matches[2]&page=$matches[3]
works/[^/]+/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
works/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
works/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
works/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
works/[^/]+/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
exhibitions/[^/]+/attachment/([^/]+)/?$ => index.php?attachment=$matches[1]
exhibitions/[^/]+/attachment/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
exhibitions/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
exhibitions/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
exhibitions/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
exhibitions/[^/]+/attachment/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
(exhibitions)/([^/]+)/embed/?$ => index.php?post_type=exhibitions&slug=$matches[1]&exhibitions=$matches[2]&embed=true
(exhibitions)/([^/]+)/trackback/?$ => index.php?post_type=exhibitions&slug=$matches[1]&exhibitions=$matches[2]&tb=1
(exhibitions)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=exhibitions&slug=$matches[1]&exhibitions=$matches[2]&feed=$matches[3]
(exhibitions)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=exhibitions&slug=$matches[1]&exhibitions=$matches[2]&feed=$matches[3]
(exhibitions)/([^/]+)/page/?([0-9]{1,})/?$ => index.php?post_type=exhibitions&slug=$matches[1]&exhibitions=$matches[2]&paged=$matches[3]
(exhibitions)/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?post_type=exhibitions&slug=$matches[1]&exhibitions=$matches[2]&cpage=$matches[3]
(exhibitions)/([^/]+)(?:/([0-9]+))?/?$ => index.php?post_type=exhibitions&slug=$matches[1]&exhibitions=$matches[2]&page=$matches[3]
exhibitions/[^/]+/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
exhibitions/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
exhibitions/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
exhibitions/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
exhibitions/[^/]+/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
films/[^/]+/attachment/([^/]+)/?$ => index.php?attachment=$matches[1]
films/[^/]+/attachment/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
films/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
films/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
films/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
films/[^/]+/attachment/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
(films)/([^/]+)/embed/?$ => index.php?post_type=films&slug=$matches[1]&films=$matches[2]&embed=true
(films)/([^/]+)/trackback/?$ => index.php?post_type=films&slug=$matches[1]&films=$matches[2]&tb=1
(films)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=films&slug=$matches[1]&films=$matches[2]&feed=$matches[3]
(films)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=films&slug=$matches[1]&films=$matches[2]&feed=$matches[3]
(films)/([^/]+)/page/?([0-9]{1,})/?$ => index.php?post_type=films&slug=$matches[1]&films=$matches[2]&paged=$matches[3]
(films)/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?post_type=films&slug=$matches[1]&films=$matches[2]&cpage=$matches[3]
(films)/([^/]+)(?:/([0-9]+))?/?$ => index.php?post_type=films&slug=$matches[1]&films=$matches[2]&page=$matches[3]
films/[^/]+/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
films/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
films/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
films/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
films/[^/]+/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
projects/[^/]+/attachment/([^/]+)/?$ => index.php?attachment=$matches[1]
projects/[^/]+/attachment/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
projects/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
projects/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
projects/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
projects/[^/]+/attachment/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
(projects)/([^/]+)/embed/?$ => index.php?post_type=projects&slug=$matches[1]&projects=$matches[2]&embed=true
(projects)/([^/]+)/trackback/?$ => index.php?post_type=projects&slug=$matches[1]&projects=$matches[2]&tb=1
(projects)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=projects&slug=$matches[1]&projects=$matches[2]&feed=$matches[3]
(projects)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?post_type=projects&slug=$matches[1]&projects=$matches[2]&feed=$matches[3]
(projects)/([^/]+)/page/?([0-9]{1,})/?$ => index.php?post_type=projects&slug=$matches[1]&projects=$matches[2]&paged=$matches[3]
(projects)/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?post_type=projects&slug=$matches[1]&projects=$matches[2]&cpage=$matches[3]
(projects)/([^/]+)(?:/([0-9]+))?/?$ => index.php?post_type=projects&slug=$matches[1]&projects=$matches[2]&page=$matches[3]
projects/[^/]+/([^/]+)/?$ => index.php?attachment=$matches[1]
projects/[^/]+/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
projects/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
projects/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
projects/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
projects/[^/]+/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
robots\.txt$ => index.php?robots=1
favicon\.ico$ => index.php?favicon=1
.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$ => index.php?feed=old
.*wp-app\.php(/.*)?$ => index.php?error=403
.*wp-register.php$ => index.php?register=true
feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?&feed=$matches[1]
(feed|rdf|rss|rss2|atom)/?$ => index.php?&feed=$matches[1]
embed/?$ => index.php?&embed=true
page/?([0-9]{1,})/?$ => index.php?&paged=$matches[1]
comment-page-([0-9]{1,})/?$ => index.php?&page_id=2&cpage=$matches[1]
comments/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?&feed=$matches[1]&withcomments=1
comments/(feed|rdf|rss|rss2|atom)/?$ => index.php?&feed=$matches[1]&withcomments=1
comments/embed/?$ => index.php?&embed=true
search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?s=$matches[1]&feed=$matches[2]
search/(.+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?s=$matches[1]&feed=$matches[2]
search/(.+)/embed/?$ => index.php?s=$matches[1]&embed=true
search/(.+)/page/?([0-9]{1,})/?$ => index.php?s=$matches[1]&paged=$matches[2]
search/(.+)/?$ => index.php?s=$matches[1]
author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?author_name=$matches[1]&feed=$matches[2]
author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?author_name=$matches[1]&feed=$matches[2]
author/([^/]+)/embed/?$ => index.php?author_name=$matches[1]&embed=true
author/([^/]+)/page/?([0-9]{1,})/?$ => index.php?author_name=$matches[1]&paged=$matches[2]
author/([^/]+)/?$ => index.php?author_name=$matches[1]
([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]
([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]
([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true
([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]
([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]
([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
([0-9]{4})/([0-9]{1,2})/embed/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&embed=true
([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]
([0-9]{4})/([0-9]{1,2})/?$ => index.php?year=$matches[1]&monthnum=$matches[2]
([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]
([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ => index.php?year=$matches[1]&feed=$matches[2]
([0-9]{4})/embed/?$ => index.php?year=$matches[1]&embed=true
([0-9]{4})/page/?([0-9]{1,})/?$ => index.php?year=$matches[1]&paged=$matches[2]
([0-9]{4})/?$ => index.php?year=$matches[1]
.?.+?/attachment/([^/]+)/?$ => index.php?attachment=$matches[1]
.?.+?/attachment/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
.?.+?/attachment/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
(.?.+?)/embed/?$ => index.php?pagename=$matches[1]&embed=true
(.?.+?)/trackback/?$ => index.php?pagename=$matches[1]&tb=1
(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?pagename=$matches[1]&feed=$matches[2]
(.?.+?)/(feed|rdf|rss|rss2|atom)/?$ => index.php?pagename=$matches[1]&feed=$matches[2]
(.?.+?)/page/?([0-9]{1,})/?$ => index.php?pagename=$matches[1]&paged=$matches[2]
(.?.+?)/comment-page-([0-9]{1,})/?$ => index.php?pagename=$matches[1]&cpage=$matches[2]
(.?.+?)(?:/([0-9]+))?/?$ => index.php?pagename=$matches[1]&page=$matches[2]
.+?/[^/]+/attachment/([^/]+)/?$ => index.php?attachment=$matches[1]
.+?/[^/]+/attachment/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
.+?/[^/]+/attachment/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
(.+?)/([^/]+)/embed/?$ => index.php?category_name=$matches[1]&name=$matches[2]&embed=true
(.+?)/([^/]+)/trackback/?$ => index.php?category_name=$matches[1]&name=$matches[2]&tb=1
(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]
(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]
(.+?)/([^/]+)/page/?([0-9]{1,})/?$ => index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]
(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]
(.+?)/([^/]+)(?:/([0-9]+))?/?$ => index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]
.+?/[^/]+/([^/]+)/?$ => index.php?attachment=$matches[1]
.+?/[^/]+/([^/]+)/trackback/?$ => index.php?attachment=$matches[1]&tb=1
.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ => index.php?attachment=$matches[1]&feed=$matches[2]
.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
.+?/[^/]+/([^/]+)/embed/?$ => index.php?attachment=$matches[1]&embed=true
(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ => index.php?category_name=$matches[1]&feed=$matches[2]
(.+?)/(feed|rdf|rss|rss2|atom)/?$ => index.php?category_name=$matches[1]&feed=$matches[2]
(.+?)/embed/?$ => index.php?category_name=$matches[1]&embed=true
(.+?)/page/?([0-9]{1,})/?$ => index.php?category_name=$matches[1]&paged=$matches[2]
(.+?)/comment-page-([0-9]{1,})/?$ => index.php?category_name=$matches[1]&cpage=$matches[2]
(.+?)/?$ => index.php?category_name=$matches[1]
exhibitions/([^/]+)/([^/]+)/ => index.php?exhibitions=$matches[1]