Welcome to hell
-
Hello,
I think … NextGen gallery could provide out of the box optimisation, or at least ease the process of removing overhead …
I recently printed my rewrites rules … I don’t use any of that (only customized template shortcode).
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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/([^/]+)/amp(/(.*))?/?$] => index.php?ngg_album=$matches[1]&=$matches[3]
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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/([^/]+)/amp(/(.*))?/?$] => index.php?ngg_gallery=$matches[1]&=$matches[3]
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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/([^/]+)/amp(/(.*))?/?$] => index.php?ngg_pictures=$matches[1]&=$matches[3]
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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/([^/]+)/amp(/(.*))?/?$] => index.php?lightbox_library=$matches[1]&=$matches[3]
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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/([^/]+)/amp(/(.*))?/?$] => index.php?displayed_gallery=$matches[1]&=$matches[3]
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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/([^/]+)/amp(/(.*))?/?$] => index.php?display_type=$matches[1]&=$matches[3]
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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/([^/]+)/amp(/(.*))?/?$] => index.php?gal_display_source=$matches[1]&=$matches[3]
[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|frawinfeed|instant-articles)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
[gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|frawinfeed|instant-articles)/?$] => 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=trueHow can I disable completely a list of nextgen gallery modules?
For everything else this module provide : Thanks !
- The topic ‘Welcome to hell’ is closed to new replies.