Routing
NEWS_CATEGORY_INDEX
Matched route
Route Parameters
| Name | Value |
|---|---|
| httpPort | 80 |
| httpsPort | 443 |
| path | "/news/category/" |
| permanent | true |
| scheme | null |
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/news/category
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | API_GET_NEWS_LIST | /api/news/ | Path does not match |
| 2 | API_GET_NEWS_BY_ID | /api/news/{id} | Path does not match |
| 3 | API_GET_NEWS_CATEGORIES | /api/news/categories | Path does not match |
| 4 | HOMEPAGE | / | Path does not match |
| 5 | TEST_USER | /test-user | Path does not match |
| 6 | NEWS_CATEGORY_INDEX | /news/category/ | Path does not match |
| 7 | AJAX_CHANGE_CATEGORY | /news/category/change-category | Path does not match |
| 8 | AJAX_CREATE_NODE | /news/category/ajax-create-node | Path does not match |
| 9 | AJAX_REMOVE_NODE | /news/category/ajax-remove-node | Path does not match |
| 10 | AJAX_RENAME_NODE | /news/category/ajax-rename-node | Path does not match |
| 11 | GET_NEWS_BY_CATEGORY | /news/category/{id}/get-news | Path does not match |
| 12 | NEWS_INDEX | /news/ | Path does not match |
| 13 | NEW_NEWS | /news/new | Path does not match |
| 14 | EDIT_NEWS | /news/edit/{id} | Path does not match |
| 15 | NEWS_SHOW | /news/show/{id} | Path does not match |
| 16 | NEWS_DELETE | /news/delete/{id} | Path does not match |
| 17 | APP_LOGIN | /login | Path does not match |
| 18 | APP_LOGOUT | /logout | Path does not match |
| 19 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 20 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 21 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 22 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 23 | _wdt | /_wdt/{token} | Path does not match |
| 24 | _profiler_home | /_profiler/ | Path does not match |
| 25 | _profiler_search | /_profiler/search | Path does not match |
| 26 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 27 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 28 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 29 | _profiler_open_file | /_profiler/open | Path does not match |
| 30 | _profiler | /_profiler/{token} | Path does not match |
| 31 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 32 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 33 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 34 | OZ_OAUTHEDEDOC_CALLBACK | /auth/callback | Path does not match |
| 35 | nelmio_security | /nelmio/csp/report | 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.