Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | index_amp | /amp | Path does not match |
| 14 | index | / | Path does not match |
| 15 | page404 | /404 | Path does not match |
| 16 | site_map | /site-map | Path does not match |
| 17 | term_condition | /dieu-khoan-su-dung | Path does not match |
| 18 | about_us | /gioi-thieu | Path does not match |
| 19 | contact | /lien-he | Path does not match |
| 20 | cache_management | /cache-manager | Path does not match |
| 21 | cache_update_config | /cache-manager/update-config | Path does not match |
| 22 | register | /register | Path does not match |
| 23 | rss_ia | /rss/instant-articles.rss | Path does not match |
| 24 | rss | /{map} | Path almost matches, but Requirement for "map" does not match ((rss|feed)) |
| 25 | rss_tag | /{tagSlug}/feed.html | Path does not match |
| 26 | rss_detail_news | /{cateSlug}/{slug}-{postId}/feed | Path does not match |
| 27 | rss_category | /{cateSlug}/feed | Path does not match |
| 28 | rss_sub_cate | /{parentSlug}/{cateSlug}/feed | Path does not match |
| 29 | rss_sub_cate_level2 | /{rootSlug}/{parentSlug}/{cateSlug}/feed | Path does not match |
| 30 | rss_author | /rss/author-{slug}.rss | Path does not match |
| 31 | sitemap | /sitemap.xml | Path does not match |
| 32 | sitemap_category | /sitemaps/category.xml | Path does not match |
| 33 | sitemap_tag | /sitemaps/tag-{page}.xml | Path does not match |
| 34 | sitemap_author | /sitemaps/author-{page}.xml | Path does not match |
| 35 | sitemap_article | /sitemaps/article-{dateString}.xml | Path does not match |
| 36 | sitemap_news | /sitemap-news.xml | Path does not match |
| 37 | sitemap_article_news | /sitemap-news/article-{dateString}.xml | Path does not match |
| 38 | photo_gallery | /photos | Path does not match |
| 39 | ajax_photo_gallery | /ajax/photo_gallery.json | Path does not match |
| 40 | search_list | /search | Path does not match |
| 41 | search_load_more | /ajax/search | Path does not match |
| 42 | post_detail_amp | /{cateSlug}/{slug}-{postId}/amp | Path does not match |
| 43 | post_load_more | /ajax/post-load-more | Path does not match |
| 44 | post_detail_short | /post-{postId} | Path does not match |
| 45 | post_detail | /{cateSlug}/{slug}-{postId} | Path does not match |
| 46 | update_view | /lg.gif | Path does not match |
| 47 | post_preview | /preview-{postId}.html | Path does not match |
| 48 | ajax_get_box_content | /box-content/get-by-ids | Path does not match |
| 49 | tag | /{slug}.html | Path does not match |
| 50 | ajax_get_tag_posts | /ajax/tag-posts.json | Path does not match |
| 51 | category_load_more | /ajax/category | Path does not match |
| 52 | cate_amp | /{cateSlug}/amp | Path does not match |
| 53 | sub_cate_amp | /{parentSlug}/{cateSlug}/amp | Path does not match |
| 54 | cate | /{cateSlug} | Path almost matches, but Requirement for "cateSlug" does not match ([a-z0-9\-]+) |
| 55 | sub_cate | /{parentSlug}/{cateSlug} | Path does not match |
| 56 | sub_cate_level2 | /{rootSlug}/{parentSlug}/{cateSlug} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.