
Untitled
By: a guest on
May 7th, 2012 | syntax:
None | size: 1.83 KB | hits: 12 | expires: Never
Array
(
[(mes-etudes|mes-sorties|mon-mag|selectionne)/?$] => index.php?category_name=$matches[1]
[(mes-etudes|mes-sorties|mon-mag|selectionne)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
[(mes-etudes|mes-sorties|mon-mag|selectionne)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
[(mes-etudes|mes-sorties|mon-mag|selectionne)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
[mon-mag/(lol|test)/?$] => index.php?category_name=mon-mag/$matches[1]
[mon-mag/(lol|test)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/$matches[1]&feed=$matches[2]
[mon-mag/(lol|test)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/$matches[1]&feed=$matches[2]
[mon-mag/(lol|test)/page/?([0-9]{1,})/?$] => index.php?category_name=mon-mag/$matches[1]&paged=$matches[2]
[mon-mag/lol/(mdr)/?$] => index.php?category_name=mon-mag/lol/$matches[1]
[mon-mag/lol/(mdr)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/lol/$matches[1]&feed=$matches[2]
[mon-mag/lol/(mdr)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/lol/$matches[1]&feed=$matches[2]
[mon-mag/lol/(mdr)/page/?([0-9]{1,})/?$] => index.php?category_name=mon-mag/lol/$matches[1]&paged=$matches[2]
[mon-mag/test/(test-2|test-3)/?$] => index.php?category_name=mon-mag/test/$matches[1]
[mon-mag/test/(test-2|test-3)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/test/$matches[1]&feed=$matches[2]
[mon-mag/test/(test-2|test-3)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/test/$matches[1]&feed=$matches[2]
[mon-mag/test/(test-2|test-3)/page/?([0-9]{1,})/?$] => index.php?category_name=mon-mag/test/$matches[1]&paged=$matches[2]
)