SergeyBiryukov

Sergey Biryukov

Jan 22nd, 2011
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 6.57 KB | None | 0 0
  1. Array
  2. (
  3.     [blog/ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?ngg_tag=$matches[1]&feed=$matches[2]
  4.     [blog/ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?ngg_tag=$matches[1]&feed=$matches[2]
  5.     [blog/ngg_tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?ngg_tag=$matches[1]&paged=$matches[2]
  6.     [blog/ngg_tag/([^/]+)/?$] => index.php?ngg_tag=$matches[1]
  7.     [.*wp-atom.php$] => index.php?feed=atom
  8.     [.*wp-rdf.php$] => index.php?feed=rdf
  9.     [.*wp-rss.php$] => index.php?feed=rss
  10.     [.*wp-rss2.php$] => index.php?feed=rss2
  11.     [.*wp-feed.php$] => index.php?feed=feed
  12.     [.*wp-commentsrss2.php$] => index.php?feed=rss2&withcomments=1
  13.     [.*wp-signup.php$] => index.php?signup=true
  14.     [.*wp-activate.php$] => index.php?activate=true
  15.     [eine-seite/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  16.     [eine-seite/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  17.     [eine-seite/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  18.     [eine-seite/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  19.     [eine-seite/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  20.     [(eine-seite)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
  21.     [(eine-seite)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  22.     [(eine-seite)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
  23.     [(eine-seite)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
  24.     [(eine-seite)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
  25.     [(eine-seite)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
  26.     [feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
  27.     [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
  28.     [page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
  29.     [comments/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
  30.     [comments/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
  31.     [comments/page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
  32.     [search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
  33.     [search/(.+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
  34.     [search/(.+)/page/?([0-9]{1,})/?$] => index.php?s=$matches[1]&paged=$matches[2]
  35.     [search/(.+)/?$] => index.php?s=$matches[1]
  36.     [blog/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  37.     [blog/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  38.     [blog/category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  39.     [blog/category/(.+?)/?$] => index.php?category_name=$matches[1]
  40.     [blog/tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
  41.     [blog/tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
  42.     [blog/tag/(.+?)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2]
  43.     [blog/tag/(.+?)/?$] => index.php?tag=$matches[1]
  44.     [blog/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
  45.     [blog/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
  46.     [blog/author/([^/]+)/page/?([0-9]{1,})/?$] => index.php?author_name=$matches[1]&paged=$matches[2]
  47.     [blog/author/([^/]+)/?$] => index.php?author_name=$matches[1]
  48.     [blog/([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]
  49.     [blog/([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]
  50.     [blog/([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]
  51.     [blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]
  52.     [blog/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
  53.     [blog/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
  54.     [blog/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]
  55.     [blog/([0-9]{4})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]
  56.     [blog/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
  57.     [blog/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
  58.     [blog/([0-9]{4})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&paged=$matches[2]
  59.     [blog/([0-9]{4})/?$] => index.php?year=$matches[1]
  60.     [blog/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
  61.     [blog/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  62.     [blog/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  63.     [blog/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  64.     [blog/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  65.     [blog/([^/]+)/trackback/?$] => index.php?name=$matches[1]&tb=1
  66.     [blog/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
  67.     [blog/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
  68.     [blog/([^/]+)/page/?([0-9]{1,})/?$] => index.php?name=$matches[1]&paged=$matches[2]
  69.     [blog/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?name=$matches[1]&cpage=$matches[2]
  70.     [blog/([^/]+)(/[0-9]+)?/?$] => index.php?name=$matches[1]&page=$matches[2]
  71.     [blog/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
  72.     [blog/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
  73.     [blog/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  74.     [blog/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
  75.     [blog/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
  76. )
Add Comment
Please, Sign In to add comment