Support

Home Forums Event Espresso Premium 404 error on event detail page

404 error on event detail page

Posted: July 25, 2022 at 7:38 pm


lifeforcearts

July 25, 2022 at 7:38 pm

Hello – From time to time, we experience 404 errors on our event pages. I have seen other posts regarding this issue. We go to Dashboard -> Settings -> Permalinks and hit save and that clears up the issue but its not ideal as this issue seems to happen a couple of times a month. How can we determine what is causing the issue?


Tony

  • Support Staff

July 26, 2022 at 5:05 am

Hi there,

Are you comfortable with PHP?

I have a snippet which hooks into the call to flush permalinks and makes a log of them here:

https://gist.github.com/Pebblo/a6d2b949d0ae784c09de442b9848ff7d#file-1tw_log_rewrite_rules_array-php

It also logs the stack trace to see ‘what’ is calling the function and when.

So you ad that snippet to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Then when it happens next, check the log files for ‘EE-Check’ and see when its false, then view the stack trace to see what function/plugin called the flush and when. Or post it here for us to view and see if we can help.

Note – the above may well add a lot of log entries into your error logs, it shouldn’t be an issue but something you should be aware of.


lifeforcearts

August 8, 2022 at 5:33 pm

HI Tony – I was able to follow your instructions and added the php code.

We have had the issue again where our event pages turned to 404’s. I’ve been looking for the “log files for ‘EE-Check’ but I am unable to locate them. can you provide more details on where I should be seeing the logs? I’ve checked via sFTP inside the wp-content folder.


Tony

  • Support Staff

August 10, 2022 at 6:14 am

They should show up in your PHP error logs, usually a file called error.log or error_log

If not, you can add this snippet to your wp-config.php file:

https://eventespresso.com/wiki/troubleshooting-checklist/#wpdebug

Right now you’ll have something like:

define( 'WP_DEBUG', false );

within that file, and the above snippet replaces that single line.

What that will do is tell your site to store any errors in /wp-content/debug.log
(note that is a publicly accessible location) so you’ll then need for it to happen again and check that log file.


lifeforcearts

August 18, 2022 at 8:18 am

Tony – I was able to enable the debug. below is the EE-Check info. can you explain what the info means? Thanks

[stacktrace] => #0 /wordpress/core/6.0.1/wp-includes/class-wp-hook.php(307): tw_log_rewrite_rules_array(Array)
#1 /wordpress/core/6.0.1/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array)
#2 /wordpress/core/6.0.1/wp-includes/class-wp-rewrite.php(1467): apply_filters(‘rewrite_rules_a…’, Array)
#3 /wordpress/core/6.0.1/wp-includes/class-wp-rewrite.php(1488): WP_Rewrite->rewrite_rules()
#4 /wordpress/core/6.0.1/wp-includes/class-wp-rewrite.php(1859): WP_Rewrite->wp_rewrite_rules()
#5 /wordpress/core/6.0.1/wp-includes/class-wp-hook.php(307): WP_Rewrite->flush_rules(”)
#6 /wordpress/core/6.0.1/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#7 /wordpress/core/6.0.1/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#8 /wordpress/core/6.0.1/wp-includes/load.php(1102): do_action(‘shutdown’)
#9 [internal function]: shutdown_action_hook()
#10 {main}
[EE-Check] => false


Tony

  • Support Staff

August 18, 2022 at 10:41 am

Hi there,

Can you please post the entire log entry for the above?

You can add it to something like Pastebin and then just post the URL here for us to view if preferred.


lifeforcearts

August 18, 2022 at 1:51 pm

here you go

[17-Aug-2022 17:48:50 UTC] Array
(
[time] => 2022-08-17 17:48:50
[rewrite_array] => Array
(
[sfwd-lms/paypal] => index.php?sfwd-lms=paypal
[forums/?$] => index.php?post_type=forum
[forums/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=forum&feed=$matches[1]
[forums/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=forum&feed=$matches[1]
[forums/page/([0-9]{1,})/?$] => index.php?post_type=forum&paged=$matches[1]
[topics/?$] => index.php?post_type=topic
[topics/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=topic&feed=$matches[1]
[topics/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=topic&feed=$matches[1]
[topics/page/([0-9]{1,})/?$] => index.php?post_type=topic&paged=$matches[1]
[forums/forum/([^/]+)/edit/?$] => index.php?forum=$matches[1]&edit=1
[forums/topic/([^/]+)/edit/?$] => index.php?topic=$matches[1]&edit=1
[forums/reply/([^/]+)/edit/?$] => index.php?reply=$matches[1]&edit=1
[forums/topic-tag/([^/]+)/edit/?$] => index.php?topic-tag=$matches[1]&edit=1
[forums/users/([^/]+)/topics/page/?([0-9]{1,})/?$] => index.php?bbp_user=$matches[1]&bbp_tops=1&paged=$matches[2]
[forums/users/([^/]+)/replies/page/?([0-9]{1,})/?$] => index.php?bbp_user=$matches[1]&bbp_reps=1&paged=$matches[2]
[forums/users/([^/]+)/favorites/page/?([0-9]{1,})/?$] => index.php?bbp_user=$matches[1]&bbp_favs=1&paged=$matches[2]
[forums/users/([^/]+)/subscriptions/page/?([0-9]{1,})/?$] => index.php?bbp_user=$matches[1]&bbp_subs=1&paged=$matches[2]
[forums/users/([^/]+)/engagements/page/?([0-9]{1,})/?$] => index.php?bbp_user=$matches[1]&bbp_engagements=1&paged=$matches[2]
[forums/users/([^/]+)/topics/?$] => index.php?bbp_user=$matches[1]&bbp_tops=1
[forums/users/([^/]+)/replies/?$] => index.php?bbp_user=$matches[1]&bbp_reps=1
[forums/users/([^/]+)/favorites/?$] => index.php?bbp_user=$matches[1]&bbp_favs=1
[forums/users/([^/]+)/subscriptions/?$] => index.php?bbp_user=$matches[1]&bbp_subs=1
[forums/users/([^/]+)/engagements/?$] => index.php?bbp_user=$matches[1]&bbp_engagements=1
[forums/users/([^/]+)/edit/?$] => index.php?bbp_user=$matches[1]&edit=1
[forums/users/([^/]+)/?$] => index.php?bbp_user=$matches[1]
[forums/view/([^/]+)/page/?([0-9]{1,})/?$] => index.php?bbp_view=$matches[1]&paged=$matches[2]
[forums/view/([^/]+)/feed/?$] => index.php?bbp_view=$matches[1]&feed=$matches[2]
[forums/view/([^/]+)/?$] => index.php?bbp_view=$matches[1]
[forums/search/page/?([0-9]{1,})/?$] => index.php?paged=$matches[1]
[forums/search/?$] => index.php?bbp_search
[project/?$] => index.php?post_type=project
[project/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=project&feed=$matches[1]
[project/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=project&feed=$matches[1]
[project/page/([0-9]{1,})/?$] => index.php?post_type=project&paged=$matches[1]
[sitemap_index\.xml$] => index.php?sitemap=1
[([^/]+?)-sitemap([0-9]+)?\.xml$] => index.php?sitemap=$matches[1]&sitemap_n=$matches[2]
[([a-z]+)?-?sitemap\.xsl$] => index.php?yoast-sitemap-xsl=$matches[1]
[courses/?$] => index.php?post_type=sfwd-courses
[courses/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=sfwd-courses&feed=$matches[1]
[courses/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=sfwd-courses&feed=$matches[1]
[courses/page/([0-9]{1,})/?$] => index.php?post_type=sfwd-courses&paged=$matches[1]
[^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]
[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]
[forums/forum/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[forums/forum/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[forums/forum/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/forum/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/forum/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[forums/forum/.+?/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[forums/forum/(.+?)/embed/?$] => index.php?forum=$matches[1]&embed=true
[forums/forum/(.+?)/trackback/?$] => index.php?forum=$matches[1]&tb=1
[forums/forum/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?forum=$matches[1]&feed=$matches[2]
[forums/forum/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?forum=$matches[1]&feed=$matches[2]
[forums/forum/(.+?)/page/?([0-9]{1,})/?$] => index.php?forum=$matches[1]&paged=$matches[2]
[forums/forum/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?forum=$matches[1]&cpage=$matches[2]
[forums/forum/(.+?)(?:/([0-9]+))?/?$] => index.php?forum=$matches[1]&page=$matches[2]
[forums/topic/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[forums/topic/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[forums/topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[forums/topic/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[forums/topic/([^/]+)/embed/?$] => index.php?topic=$matches[1]&embed=true
[forums/topic/([^/]+)/trackback/?$] => index.php?topic=$matches[1]&tb=1
[forums/topic/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?topic=$matches[1]&feed=$matches[2]
[forums/topic/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?topic=$matches[1]&feed=$matches[2]
[forums/topic/([^/]+)/page/?([0-9]{1,})/?$] => index.php?topic=$matches[1]&paged=$matches[2]
[forums/topic/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?topic=$matches[1]&cpage=$matches[2]
[forums/topic/([^/]+)(?:/([0-9]+))?/?$] => index.php?topic=$matches[1]&page=$matches[2]
[forums/topic/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[forums/topic/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[forums/topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[forums/topic/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[forums/reply/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[forums/reply/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[forums/reply/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/reply/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/reply/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[forums/reply/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[forums/reply/([^/]+)/embed/?$] => index.php?reply=$matches[1]&embed=true
[forums/reply/([^/]+)/trackback/?$] => index.php?reply=$matches[1]&tb=1
[forums/reply/([^/]+)/page/?([0-9]{1,})/?$] => index.php?reply=$matches[1]&paged=$matches[2]
[forums/reply/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?reply=$matches[1]&cpage=$matches[2]
[forums/reply/([^/]+)(?:/([0-9]+))?/?$] => index.php?reply=$matches[1]&page=$matches[2]
[forums/reply/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[forums/reply/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[forums/reply/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/reply/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[forums/reply/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[forums/reply/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[forums/topic-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?topic-tag=$matches[1]&feed=$matches[2]
[forums/topic-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?topic-tag=$matches[1]&feed=$matches[2]
[forums/topic-tag/([^/]+)/embed/?$] => index.php?topic-tag=$matches[1]&embed=true
[forums/topic-tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?topic-tag=$matches[1]&paged=$matches[2]
[forums/topic-tag/([^/]+)/?$] => index.php?topic-tag=$matches[1]
[forums/search/([^/]+)/page/?([0-9]{1,})/?$] => index.php?bbp_search=$matches[1]&paged=$matches[2]
[forums/search/([^/]+)/?$] => index.php?bbp_search=$matches[1]
[layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]
[layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]
[layout_category/([^/]+)/embed/?$] => index.php?taxonomy=layout_category&term=$matches[1]&embed=true
[layout_category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?taxonomy=layout_category&term=$matches[1]&paged=$matches[2]
[layout_category/([^/]+)/?$] => index.php?taxonomy=layout_category&term=$matches[1]
[layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=layout_tag&term=$matches[1]&feed=$matches[2]
[layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=layout_tag&term=$matches[1]&feed=$matches[2]
[layout_tag/([^/]+)/embed/?$] => index.php?taxonomy=layout_tag&term=$matches[1]&embed=true
[layout_tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?taxonomy=layout_tag&term=$matches[1]&paged=$matches[2]
[layout_tag/([^/]+)/?$] => index.php?taxonomy=layout_tag&term=$matches[1]
[layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]
[layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]
[layout_pack/([^/]+)/embed/?$] => index.php?taxonomy=layout_pack&term=$matches[1]&embed=true
[layout_pack/([^/]+)/page/?([0-9]{1,})/?$] => index.php?taxonomy=layout_pack&term=$matches[1]&paged=$matches[2]
[layout_pack/([^/]+)/?$] => index.php?taxonomy=layout_pack&term=$matches[1]
[layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]
[layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]
[layout_type/([^/]+)/embed/?$] => index.php?taxonomy=layout_type&term=$matches[1]&embed=true
[layout_type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?taxonomy=layout_type&term=$matches[1]&paged=$matches[2]
[layout_type/([^/]+)/?$] => index.php?taxonomy=layout_type&term=$matches[1]
[module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]
[module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]
[module_width/([^/]+)/embed/?$] => index.php?taxonomy=module_width&term=$matches[1]&embed=true
[module_width/([^/]+)/page/?([0-9]{1,})/?$] => index.php?taxonomy=module_width&term=$matches[1]&paged=$matches[2]
[module_width/([^/]+)/?$] => index.php?taxonomy=module_width&term=$matches[1]
[scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]
[scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]
[scope/([^/]+)/embed/?$] => index.php?taxonomy=scope&term=$matches[1]&embed=true
[scope/([^/]+)/page/?([0-9]{1,})/?$] => index.php?taxonomy=scope&term=$matches[1]&paged=$matches[2]
[scope/([^/]+)/?$] => index.php?taxonomy=scope&term=$matches[1]
[et_pb_layout/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_pb_layout/([^/]+)/embed/?$] => index.php?post_type=et_pb_layout&name=$matches[1]&embed=true
[et_pb_layout/([^/]+)/trackback/?$] => index.php?post_type=et_pb_layout&name=$matches[1]&tb=1
[et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]
[et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]
[et_pb_layout/([^/]+)(?:/([0-9]+))?/?$] => index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]
[et_pb_layout/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_pb_layout/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_pb_layout/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[project/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[project/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[project/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[project/([^/]+)/embed/?$] => index.php?project=$matches[1]&embed=true
[project/([^/]+)/trackback/?$] => index.php?project=$matches[1]&tb=1
[project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?project=$matches[1]&feed=$matches[2]
[project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?project=$matches[1]&feed=$matches[2]
[project/([^/]+)/page/?([0-9]{1,})/?$] => index.php?project=$matches[1]&paged=$matches[2]
[project/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?project=$matches[1]&cpage=$matches[2]
[project/([^/]+)(?:/([0-9]+))?/?$] => index.php?project=$matches[1]&page=$matches[2]
[project/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[project/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[project/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?project_category=$matches[1]&feed=$matches[2]
[project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?project_category=$matches[1]&feed=$matches[2]
[project_category/([^/]+)/embed/?$] => index.php?project_category=$matches[1]&embed=true
[project_category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?project_category=$matches[1]&paged=$matches[2]
[project_category/([^/]+)/?$] => index.php?project_category=$matches[1]
[project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?project_tag=$matches[1]&feed=$matches[2]
[project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?project_tag=$matches[1]&feed=$matches[2]
[project_tag/([^/]+)/embed/?$] => index.php?project_tag=$matches[1]&embed=true
[project_tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?project_tag=$matches[1]&paged=$matches[2]
[project_tag/([^/]+)/?$] => index.php?project_tag=$matches[1]
[courses/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[courses/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[courses/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[courses/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[courses/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[courses/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[courses/([^/]+)/embed/?$] => index.php?sfwd-courses=$matches[1]&embed=true
[courses/([^/]+)/trackback/?$] => index.php?sfwd-courses=$matches[1]&tb=1
[courses/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?sfwd-courses=$matches[1]&feed=$matches[2]
[courses/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?sfwd-courses=$matches[1]&feed=$matches[2]
[courses/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sfwd-courses=$matches[1]&paged=$matches[2]
[courses/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sfwd-courses=$matches[1]&cpage=$matches[2]
[courses/([^/]+)(?:/([0-9]+))?/?$] => index.php?sfwd-courses=$matches[1]&page=$matches[2]
[courses/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[courses/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[courses/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[courses/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[courses/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[courses/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[lessons/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[lessons/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[lessons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lessons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lessons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[lessons/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[lessons/([^/]+)/embed/?$] => index.php?sfwd-lessons=$matches[1]&embed=true
[lessons/([^/]+)/trackback/?$] => index.php?sfwd-lessons=$matches[1]&tb=1
[lessons/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sfwd-lessons=$matches[1]&paged=$matches[2]
[lessons/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sfwd-lessons=$matches[1]&cpage=$matches[2]
[lessons/([^/]+)(?:/([0-9]+))?/?$] => index.php?sfwd-lessons=$matches[1]&page=$matches[2]
[lessons/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[lessons/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[lessons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lessons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lessons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[lessons/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[topic/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[topic/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[topic/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[topic/([^/]+)/embed/?$] => index.php?sfwd-topic=$matches[1]&embed=true
[topic/([^/]+)/trackback/?$] => index.php?sfwd-topic=$matches[1]&tb=1
[topic/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sfwd-topic=$matches[1]&paged=$matches[2]
[topic/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sfwd-topic=$matches[1]&cpage=$matches[2]
[topic/([^/]+)(?:/([0-9]+))?/?$] => index.php?sfwd-topic=$matches[1]&page=$matches[2]
[topic/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[topic/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[topic/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[quizzes/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[quizzes/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[quizzes/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[quizzes/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[quizzes/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[quizzes/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[quizzes/([^/]+)/embed/?$] => index.php?sfwd-quiz=$matches[1]&embed=true
[quizzes/([^/]+)/trackback/?$] => index.php?sfwd-quiz=$matches[1]&tb=1
[quizzes/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sfwd-quiz=$matches[1]&paged=$matches[2]
[quizzes/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sfwd-quiz=$matches[1]&cpage=$matches[2]
[quizzes/([^/]+)(?:/([0-9]+))?/?$] => index.php?sfwd-quiz=$matches[1]&page=$matches[2]
[quizzes/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[quizzes/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[quizzes/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[quizzes/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[quizzes/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[quizzes/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[sfwd-question/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[sfwd-question/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[sfwd-question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[sfwd-question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[sfwd-question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[sfwd-question/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[sfwd-question/([^/]+)/embed/?$] => index.php?sfwd-question=$matches[1]&embed=true
[sfwd-question/([^/]+)/trackback/?$] => index.php?sfwd-question=$matches[1]&tb=1
[sfwd-question/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sfwd-question=$matches[1]&paged=$matches[2]
[sfwd-question/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sfwd-question=$matches[1]&cpage=$matches[2]
[sfwd-question/([^/]+)(?:/([0-9]+))?/?$] => index.php?sfwd-question=$matches[1]&page=$matches[2]
[sfwd-question/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[sfwd-question/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[sfwd-question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[sfwd-question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[sfwd-question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[sfwd-question/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ld-exam/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[ld-exam/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ld-exam/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ld-exam/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ld-exam/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ld-exam/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ld-exam/([^/]+)/embed/?$] => index.php?ld-exam=$matches[1]&embed=true
[ld-exam/([^/]+)/trackback/?$] => index.php?ld-exam=$matches[1]&tb=1
[ld-exam/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ld-exam=$matches[1]&paged=$matches[2]
[ld-exam/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?ld-exam=$matches[1]&cpage=$matches[2]
[ld-exam/([^/]+)(?:/([0-9]+))?/?$] => index.php?ld-exam=$matches[1]&page=$matches[2]
[ld-exam/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[ld-exam/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ld-exam/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ld-exam/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ld-exam/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ld-exam/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[certificates/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[certificates/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[certificates/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[certificates/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[certificates/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[certificates/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[certificates/([^/]+)/embed/?$] => index.php?sfwd-certificates=$matches[1]&embed=true
[certificates/([^/]+)/trackback/?$] => index.php?sfwd-certificates=$matches[1]&tb=1
[certificates/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sfwd-certificates=$matches[1]&paged=$matches[2]
[certificates/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sfwd-certificates=$matches[1]&cpage=$matches[2]
[certificates/([^/]+)(?:/([0-9]+))?/?$] => index.php?sfwd-certificates=$matches[1]&page=$matches[2]
[certificates/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[certificates/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[certificates/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[certificates/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[certificates/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[certificates/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[groups/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[groups/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[groups/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[groups/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[groups/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[groups/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[groups/([^/]+)/embed/?$] => index.php?groups=$matches[1]&embed=true
[groups/([^/]+)/trackback/?$] => index.php?groups=$matches[1]&tb=1
[groups/([^/]+)/page/?([0-9]{1,})/?$] => index.php?groups=$matches[1]&paged=$matches[2]
[groups/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?groups=$matches[1]&cpage=$matches[2]
[groups/([^/]+)(?:/([0-9]+))?/?$] => index.php?groups=$matches[1]&page=$matches[2]
[groups/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[groups/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[groups/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[groups/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[groups/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[groups/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?ngg_tag=$matches[1]&feed=$matches[2]
[ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?ngg_tag=$matches[1]&feed=$matches[2]
[ngg_tag/([^/]+)/embed/?$] => index.php?ngg_tag=$matches[1]&embed=true
[ngg_tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ngg_tag=$matches[1]&paged=$matches[2]
[ngg_tag/([^/]+)/?$] => index.php?ngg_tag=$matches[1]
[art-exhibits/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[art-exhibits/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[art-exhibits/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[art-exhibits/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[art-exhibits/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[art-exhibits/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[art-exhibits/([^/]+)/embed/?$] => index.php?art-exhibits=$matches[1]&embed=true
[art-exhibits/([^/]+)/trackback/?$] => index.php?art-exhibits=$matches[1]&tb=1
[art-exhibits/([^/]+)/page/?([0-9]{1,})/?$] => index.php?art-exhibits=$matches[1]&paged=$matches[2]
[art-exhibits/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?art-exhibits=$matches[1]&cpage=$matches[2]
[art-exhibits/([^/]+)(?:/([0-9]+))?/?$] => index.php?art-exhibits=$matches[1]&page=$matches[2]
[art-exhibits/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[art-exhibits/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[art-exhibits/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[art-exhibits/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[art-exhibits/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[art-exhibits/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[exhibit-galleries/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[exhibit-galleries/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[exhibit-galleries/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[exhibit-galleries/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[exhibit-galleries/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[exhibit-galleries/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[exhibit-galleries/([^/]+)/embed/?$] => index.php?exhibit-galleries=$matches[1]&embed=true
[exhibit-galleries/([^/]+)/trackback/?$] => index.php?exhibit-galleries=$matches[1]&tb=1
[exhibit-galleries/([^/]+)/page/?([0-9]{1,})/?$] => index.php?exhibit-galleries=$matches[1]&paged=$matches[2]
[exhibit-galleries/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?exhibit-galleries=$matches[1]&cpage=$matches[2]
[exhibit-galleries/([^/]+)(?:/([0-9]+))?/?$] => index.php?exhibit-galleries=$matches[1]&page=$matches[2]
[exhibit-galleries/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[exhibit-galleries/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[exhibit-galleries/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[exhibit-galleries/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[exhibit-galleries/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[exhibit-galleries/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[event-galleries/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[event-galleries/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[event-galleries/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[event-galleries/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[event-galleries/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[event-galleries/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[event-galleries/([^/]+)/embed/?$] => index.php?event-galleries=$matches[1]&embed=true
[event-galleries/([^/]+)/trackback/?$] => index.php?event-galleries=$matches[1]&tb=1
[event-galleries/([^/]+)/page/?([0-9]{1,})/?$] => index.php?event-galleries=$matches[1]&paged=$matches[2]
[event-galleries/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?event-galleries=$matches[1]&cpage=$matches[2]
[event-galleries/([^/]+)(?:/([0-9]+))?/?$] => index.php?event-galleries=$matches[1]&page=$matches[2]
[event-galleries/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[event-galleries/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[event-galleries/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[event-galleries/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[event-galleries/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[event-galleries/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ngg_album/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[ngg_album/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ngg_album/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ngg_album/([^/]+)/embed/?$] => index.php?ngg_album=$matches[1]&embed=true
[ngg_album/([^/]+)/trackback/?$] => index.php?ngg_album=$matches[1]&tb=1
[ngg_album/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ngg_album=$matches[1]&paged=$matches[2]
[ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?ngg_album=$matches[1]&cpage=$matches[2]
[ngg_album/([^/]+)(?:/([0-9]+))?/?$] => index.php?ngg_album=$matches[1]&page=$matches[2]
[ngg_album/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[ngg_album/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ngg_album/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ngg_gallery/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ngg_gallery/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ngg_gallery/([^/]+)/embed/?$] => index.php?ngg_gallery=$matches[1]&embed=true
[ngg_gallery/([^/]+)/trackback/?$] => index.php?ngg_gallery=$matches[1]&tb=1
[ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ngg_gallery=$matches[1]&paged=$matches[2]
[ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?ngg_gallery=$matches[1]&cpage=$matches[2]
[ngg_gallery/([^/]+)(?:/([0-9]+))?/?$] => index.php?ngg_gallery=$matches[1]&page=$matches[2]
[ngg_gallery/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[ngg_gallery/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ngg_gallery/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ngg_pictures/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ngg_pictures/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ngg_pictures/([^/]+)/embed/?$] => index.php?ngg_pictures=$matches[1]&embed=true
[ngg_pictures/([^/]+)/trackback/?$] => index.php?ngg_pictures=$matches[1]&tb=1
[ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ngg_pictures=$matches[1]&paged=$matches[2]
[ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?ngg_pictures=$matches[1]&cpage=$matches[2]
[ngg_pictures/([^/]+)(?:/([0-9]+))?/?$] => index.php?ngg_pictures=$matches[1]&page=$matches[2]
[ngg_pictures/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[ngg_pictures/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ngg_pictures/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[lightbox_library/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[lightbox_library/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[lightbox_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lightbox_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[lightbox_library/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[lightbox_library/([^/]+)/embed/?$] => index.php?lightbox_library=$matches[1]&embed=true
[lightbox_library/([^/]+)/trackback/?$] => index.php?lightbox_library=$matches[1]&tb=1
[lightbox_library/([^/]+)/page/?([0-9]{1,})/?$] => index.php?lightbox_library=$matches[1]&paged=$matches[2]
[lightbox_library/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?lightbox_library=$matches[1]&cpage=$matches[2]
[lightbox_library/([^/]+)(?:/([0-9]+))?/?$] => index.php?lightbox_library=$matches[1]&page=$matches[2]
[lightbox_library/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[lightbox_library/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[lightbox_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lightbox_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[lightbox_library/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[essay/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[essay/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[essay/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[essay/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[essay/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[essay/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[essay/([^/]+)/embed/?$] => index.php?sfwd-essays=$matches[1]&embed=true
[essay/([^/]+)/trackback/?$] => index.php?sfwd-essays=$matches[1]&tb=1
[essay/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sfwd-essays=$matches[1]&paged=$matches[2]
[essay/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sfwd-essays=$matches[1]&cpage=$matches[2]
[essay/([^/]+)(?:/([0-9]+))?/?$] => index.php?sfwd-essays=$matches[1]&page=$matches[2]
[essay/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[essay/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[essay/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[essay/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[essay/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[essay/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[assignment/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[assignment/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[assignment/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[assignment/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[assignment/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[assignment/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[assignment/([^/]+)/embed/?$] => index.php?sfwd-assignment=$matches[1]&embed=true
[assignment/([^/]+)/trackback/?$] => index.php?sfwd-assignment=$matches[1]&tb=1
[assignment/([^/]+)/page/?([0-9]{1,})/?$] => index.php?sfwd-assignment=$matches[1]&paged=$matches[2]
[assignment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?sfwd-assignment=$matches[1]&cpage=$matches[2]
[assignment/([^/]+)(?:/([0-9]+))?/?$] => index.php?sfwd-assignment=$matches[1]&page=$matches[2]
[assignment/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[assignment/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[assignment/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[assignment/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[assignment/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[assignment/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[visualizer/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[visualizer/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[visualizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[visualizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[visualizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[visualizer/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[visualizer/([^/]+)/embed/?$] => index.php?visualizer=$matches[1]&embed=true
[visualizer/([^/]+)/trackback/?$] => index.php?visualizer=$matches[1]&tb=1
[visualizer/([^/]+)/page/?([0-9]{1,})/?$] => index.php?visualizer=$matches[1]&paged=$matches[2]
[visualizer/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?visualizer=$matches[1]&cpage=$matches[2]
[visualizer/([^/]+)(?:/([0-9]+))?/?$] => index.php?visualizer=$matches[1]&page=$matches[2]
[visualizer/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[visualizer/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[visualizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[visualizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[visualizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[visualizer/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ld-notification/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[ld-notification/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ld-notification/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ld-notification/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ld-notification/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ld-notification/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[ld-notification/([^/]+)/embed/?$] => index.php?ld-notification=$matches[1]&embed=true
[ld-notification/([^/]+)/trackback/?$] => index.php?ld-notification=$matches[1]&tb=1
[ld-notification/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ld-notification=$matches[1]&paged=$matches[2]
[ld-notification/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?ld-notification=$matches[1]&cpage=$matches[2]
[ld-notification/([^/]+)(?:/([0-9]+))?/?$] => index.php?ld-notification=$matches[1]&page=$matches[2]
[ld-notification/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[ld-notification/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[ld-notification/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ld-notification/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ld-notification/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[ld-notification/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_theme_builder/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_theme_builder/([^/]+)/embed/?$] => index.php?post_type=et_theme_builder&name=$matches[1]&embed=true
[et_theme_builder/([^/]+)/trackback/?$] => index.php?post_type=et_theme_builder&name=$matches[1]&tb=1
[et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]
[et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]
[et_theme_builder/([^/]+)(?:/([0-9]+))?/?$] => index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]
[et_theme_builder/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_theme_builder/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_theme_builder/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_template/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_template/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_template/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_template/([^/]+)/embed/?$] => index.php?post_type=et_template&name=$matches[1]&embed=true
[et_template/([^/]+)/trackback/?$] => index.php?post_type=et_template&name=$matches[1]&tb=1
[et_template/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]
[et_template/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]
[et_template/([^/]+)(?:/([0-9]+))?/?$] => index.php?post_type=et_template&name=$matches[1]&page=$matches[2]
[et_template/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_template/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_template/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_header_layout/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_header_layout/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_header_layout/([^/]+)/embed/?$] => index.php?post_type=et_header_layout&name=$matches[1]&embed=true
[et_header_layout/([^/]+)/trackback/?$] => index.php?post_type=et_header_layout&name=$matches[1]&tb=1
[et_header_layout/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]
[et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]
[et_header_layout/([^/]+)(?:/([0-9]+))?/?$] => index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]
[et_header_layout/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_header_layout/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_header_layout/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_body_layout/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_body_layout/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_body_layout/([^/]+)/embed/?$] => index.php?post_type=et_body_layout&name=$matches[1]&embed=true
[et_body_layout/([^/]+)/trackback/?$] => index.php?post_type=et_body_layout&name=$matches[1]&tb=1
[et_body_layout/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]
[et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]
[et_body_layout/([^/]+)(?:/([0-9]+))?/?$] => index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]
[et_body_layout/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_body_layout/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_body_layout/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_footer_layout/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[et_footer_layout/([^/]+)/embed/?$] => index.php?post_type=et_footer_layout&name=$matches[1]&embed=true
[et_footer_layout/([^/]+)/trackback/?$] => index.php?post_type=et_footer_layout&name=$matches[1]&tb=1
[et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]
[et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]
[et_footer_layout/([^/]+)(?:/([0-9]+))?/?$] => index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]
[et_footer_layout/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[et_footer_layout/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[et_footer_layout/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[course-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_course_category=$matches[1]&feed=$matches[2]
[course-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_course_category=$matches[1]&feed=$matches[2]
[course-category/([^/]+)/embed/?$] => index.php?ld_course_category=$matches[1]&embed=true
[course-category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ld_course_category=$matches[1]&paged=$matches[2]
[course-category/([^/]+)/?$] => index.php?ld_course_category=$matches[1]
[course-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_course_tag=$matches[1]&feed=$matches[2]
[course-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_course_tag=$matches[1]&feed=$matches[2]
[course-tag/([^/]+)/embed/?$] => index.php?ld_course_tag=$matches[1]&embed=true
[course-tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ld_course_tag=$matches[1]&paged=$matches[2]
[course-tag/([^/]+)/?$] => index.php?ld_course_tag=$matches[1]
[lesson-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_lesson_category=$matches[1]&feed=$matches[2]
[lesson-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_lesson_category=$matches[1]&feed=$matches[2]
[lesson-category/([^/]+)/embed/?$] => index.php?ld_lesson_category=$matches[1]&embed=true
[lesson-category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ld_lesson_category=$matches[1]&paged=$matches[2]
[lesson-category/([^/]+)/?$] => index.php?ld_lesson_category=$matches[1]
[lesson-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_lesson_tag=$matches[1]&feed=$matches[2]
[lesson-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_lesson_tag=$matches[1]&feed=$matches[2]
[lesson-tag/([^/]+)/embed/?$] => index.php?ld_lesson_tag=$matches[1]&embed=true
[lesson-tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ld_lesson_tag=$matches[1]&paged=$matches[2]
[lesson-tag/([^/]+)/?$] => index.php?ld_lesson_tag=$matches[1]
[topic-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_topic_category=$matches[1]&feed=$matches[2]
[topic-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_topic_category=$matches[1]&feed=$matches[2]
[topic-category/([^/]+)/embed/?$] => index.php?ld_topic_category=$matches[1]&embed=true
[topic-category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ld_topic_category=$matches[1]&paged=$matches[2]
[topic-category/([^/]+)/?$] => index.php?ld_topic_category=$matches[1]
[topic-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_topic_tag=$matches[1]&feed=$matches[2]
[topic-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?ld_topic_tag=$matches[1]&feed=$matches[2]
[topic-tag/([^/]+)/embed/?$] => index.php?ld_topic_tag=$matches[1]&embed=true
[topic-tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ld_topic_tag=$matches[1]&paged=$matches[2]
[topic-tag/([^/]+)/?$] => index.php?ld_topic_tag=$matches[1]
[group-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=ld_group_category&term=$matches[1]&feed=$matches[2]
[group-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=ld_group_category&term=$matches[1]&feed=$matches[2]
[group-category/([^/]+)/embed/?$] => index.php?taxonomy=ld_group_category&term=$matches[1]&embed=true
[group-category/([^/]+)/page/?([0-9]{1,})/?$] => index.php?taxonomy=ld_group_category&term=$matches[1]&paged=$matches[2]
[group-category/([^/]+)/?$] => index.php?taxonomy=ld_group_category&term=$matches[1]
[group-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=ld_group_tag&term=$matches[1]&feed=$matches[2]
[group-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?taxonomy=ld_group_tag&term=$matches[1]&feed=$matches[2]
[group-tag/([^/]+)/embed/?$] => index.php?taxonomy=ld_group_tag&term=$matches[1]&embed=true
[group-tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?taxonomy=ld_group_tag&term=$matches[1]&paged=$matches[2]
[group-tag/([^/]+)/?$] => index.php?taxonomy=ld_group_tag&term=$matches[1]
[displayed_gallery/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[displayed_gallery/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[displayed_gallery/([^/]+)/embed/?$] => index.php?displayed_gallery=$matches[1]&embed=true
[displayed_gallery/([^/]+)/trackback/?$] => index.php?displayed_gallery=$matches[1]&tb=1
[displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$] => index.php?displayed_gallery=$matches[1]&paged=$matches[2]
[displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?displayed_gallery=$matches[1]&cpage=$matches[2]
[displayed_gallery/([^/]+)(?:/([0-9]+))?/?$] => index.php?displayed_gallery=$matches[1]&page=$matches[2]
[displayed_gallery/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[displayed_gallery/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[displayed_gallery/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[display_type/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[display_type/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[display_type/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[display_type/([^/]+)/embed/?$] => index.php?display_type=$matches[1]&embed=true
[display_type/([^/]+)/trackback/?$] => index.php?display_type=$matches[1]&tb=1
[display_type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?display_type=$matches[1]&paged=$matches[2]
[display_type/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?display_type=$matches[1]&cpage=$matches[2]
[display_type/([^/]+)(?:/([0-9]+))?/?$] => index.php?display_type=$matches[1]&page=$matches[2]
[display_type/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[display_type/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[display_type/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[gal_display_source/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[gal_display_source/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
[gal_display_source/([^/]+)/embed/?$] => index.php?gal_display_source=$matches[1]&embed=true
[gal_display_source/([^/]+)/trackback/?$] => index.php?gal_display_source=$matches[1]&tb=1
[gal_display_source/([^/]+)/page/?([0-9]{1,})/?$] => index.php?gal_display_source=$matches[1]&paged=$matches[2]
[gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?gal_display_source=$matches[1]&cpage=$matches[2]
[gal_display_source/([^/]+)(?:/([0-9]+))?/?$] => index.php?gal_display_source=$matches[1]&page=$matches[2]
[gal_display_source/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[gal_display_source/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
[gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
[gal_display_source/[^/]+/([^/]+)/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=4308&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?name=$matches[1]&embed=true
[([^/]+)/trackback/?$] => index.php?name=$matches[1]&tb=1
[([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
[([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
[([^/]+)/page/?([0-9]{1,})/?$] => index.php?name=$matches[1]&paged=$matches[2]
[([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?name=$matches[1]&cpage=$matches[2]
[([^/]+)(?:/([0-9]+))?/?$] => index.php?name=$matches[1]&page=$matches[2]
[[^/]+/([^/]+)/?$] => 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
)

[stacktrace] => #0 /wordpress/core/6.0.1/wp-includes/class-wp-hook.php(307): tw_log_rewrite_rules_array(Array)
#1 /wordpress/core/6.0.1/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array)
#2 /wordpress/core/6.0.1/wp-includes/class-wp-rewrite.php(1467): apply_filters(‘rewrite_rules_a…’, Array)
#3 /wordpress/core/6.0.1/wp-includes/class-wp-rewrite.php(1488): WP_Rewrite->rewrite_rules()
#4 /wordpress/core/6.0.1/wp-includes/class-wp-rewrite.php(1859): WP_Rewrite->wp_rewrite_rules()
#5 /wordpress/core/6.0.1/wp-includes/class-wp-hook.php(307): WP_Rewrite->flush_rules(”)
#6 /wordpress/core/6.0.1/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#7 /wordpress/core/6.0.1/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#8 /wordpress/core/6.0.1/wp-includes/load.php(1102): do_action(‘shutdown’)
#9 [internal function]: shutdown_action_hook()
#10 {main}
[EE-Check] => false


Tony

  • Support Staff

August 19, 2022 at 7:34 am

Hmmm, is that the only log entry?

There’s nothing in the above to show what would cause the ee rewrite rules to be lost, unfortunately.


lifeforcearts

August 19, 2022 at 9:13 am

does this help?

https://pastebin.com/ptx0kyAc


lifeforcearts

August 23, 2022 at 9:59 am

Hello – the 404 errors continue to happen with Event Espresso. its now happening on a daily basis. is there a way I can send you the entire debug file? is there a list of known plugins that conflict with EE? please help as we can’t continue to use EE much longer if there are daily 404 errors.


Tony

  • Support Staff

August 23, 2022 at 12:46 pm

does this help?

Unfortunately not, there’s no additional input in the stack trace to show WHAT is calling the permalinks to be flushed.

Hello – the 404 errors continue to happen with Event Espresso. its now happening on a daily basis.

Is it happening around the same time each day? I’m wondering if it’s a scheduled task on the site causing it.

is there a way I can send you the entire debug file?

Sure, it ifs large you can use something like WeTransfer to send the file to support[at]eventespresso.com and we’ll take a look.

is there a list of known plugins that conflict with EE?

We have some listed here:

https://eventespresso.com/wiki/known-third-party-plugin-theme-conflicts/#

However, none that do the above.

I’ve seen it happen with All In One SEO before where it would trigger permalinks to flush on the wp-login request (EE doesn’t run on that request).

please help as we can’t continue to use EE much longer if there are daily 404 errors.

Send over the debug file and I’ll take a look, if nothing stands out can I take a look in the admin?

If so you can send temp login details using this form:

https://eventespresso.com/send-login-details/


Joao Victor

  • Support Staff

August 23, 2022 at 2:27 pm

Hi Joan,

Thanks for getting back to us.

I have checked the following events in different times and it’s not returning a 404 error:

I’m not sure if you have any cache management plugin active on your website, but I found a response in your header that Batcache is enabled on your pages: https://share.cleanshot.com/ULj2Aw – ensure there is no cache layer on events page (you can ask for help to your hosting provider to disable it).

Let me know if it helps!


lifeforcearts

August 23, 2022 at 6:08 pm

Hello Tony and Joao – I will send you the debug file and will review our Pressable hosting account to see about the Batcache. Thank you for your help.


Joao Victor

  • Support Staff

August 30, 2022 at 2:28 pm

Hi there,

How are you?

I noticed the Batcache is deactivated and I was not able to reproduce the 404 error. How everything has been going?


lifeforcearts

August 30, 2022 at 5:52 pm

Hello Joao – thanks for the follow up. I believe I was able to get Batcache disabled on the event pages. Its been a couple of days now and no 404’s. Let’s give it a couple of more days to confirm. I will check back with you.


lifeforcearts

September 1, 2022 at 8:42 am

unfortunately all of our event pages turned to 404’s last night and we had to re-save the permalinks to get them viewable. something is still wrong. I am emailing you a copy of our debug file. can you review and let us know if you find any issues?


Joao Victor

  • Support Staff

September 5, 2022 at 4:49 pm

Hi there,

We are sorry you faced this again.

Could you please forward the debug file to support[at]eventespresso.com – we will investigate this further and try to find out what is going wrong.


Joao Victor

  • Support Staff

September 8, 2022 at 12:43 pm

Hi there,

I have checked your debug files but still did not find the problem. We know that’s probably caused by a rewrite rule being applied and flushing the permalinks. Could you please provide us with the temporary WordPress and FTP credentials?


lifeforcearts

September 8, 2022 at 3:50 pm

ok – I am emailing them to you right now.


Joao Victor

  • Support Staff

September 9, 2022 at 11:16 am

Hi there,

Thanks for getting back to us.

I checked your files and still did not find the root of the problem. However, it’s important to know that’s not caused by Event Espresso because we won’t affect the permalinks or flush it by rewriting rules.

I have re-saved your permalinks, but I suggest you reach the Pressable (that’s your hosting provider) support to ask if everything seems fine with your .htaccess file and that there is no rewrite rule that might cause it.

The support post ‘404 error on event detail page’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso