Routing
app_home_page
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/admin
(route: "n/a")
Route Matching Logs
Path to match:
/
# | 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 | app_api_blog_getall | /api/posts | Path does not match |
14 | app_api_blog_getrandom | /api/posts/random | Path does not match |
15 | app_api_blog_getbyslug | /api/posts/{slug} | Path does not match |
16 | app_api_blognewsletterentry_newentry | /api/newsletter/blog-entry | Path does not match |
17 | app_api_careers_sendcontactmail | /api/careers/email | Path does not match |
18 | app_api_careers_sendcontactmail_1 | /api/careers/email | Path does not match |
19 | app_api_category_getall | /api/category | Path does not match |
20 | app_api_contact_sendcontactmail | /api/contact/email | Path does not match |
21 | app_api_contact_sendcontactmail_1 | /api/contact/email | Path does not match |
22 | app_api_hireus_sendcontactmail | /api/hireus/email | Path does not match |
23 | app_api_hireus_sendcontactmail_1 | /api/hireus/email | Path does not match |
24 | app_api_joboffercategory_getall | /api/job/offer/category | Path does not match |
25 | app_api_joboffer_getall | /api/job/offer | Path does not match |
26 | app_api_joboffer_getbyslug | /api/job/offer/{slug} | Path does not match |
27 | app_api_newsletterentry_postnew | /api/newsletter/entry | Path does not match |
28 | app_api_pagemetadata_getall | /api/page_metadata | Path does not match |
29 | app_api_portfolio_getportfoliodescription | /api/portfolio_description | Path does not match |
30 | app_api_project_getall | /api/project | Path does not match |
31 | app_api_project_getfeatured | /api/project/featured | Path does not match |
32 | app_api_project_getone | /api/project/{slug} | Path does not match |
33 | app_api_redirect_getall | /api/redirects | Path does not match |
34 | app_api_scriptcache_getgaanalytics | /api/script_cache/analytics | Path does not match |
35 | app_api_scriptcache_gethubspot | /api/script_cache/hubspot | Path does not match |
36 | app_api_service_getall | /api/services | Path does not match |
37 | app_api_service_getone | /api/services/{slug} | Path does not match |
38 | app_api_sitemap_getsitemap | /api/sitemap/sitemap.xml | Path does not match |
39 | app_api_sitemap_getsitemapxsl | /api/sitemap/sitemap-transform.xml | Path does not match |
40 | app_api_teammember_getall | /api/teammember | Path does not match |
41 | app_api_teammember_getallavatars | /api/team_avatars | Path does not match |
42 | app_api_testimonial_getall | /api/testimonial | Path does not match |
43 | app_api_upload_uploadfiles | /api/upload/files | Path does not match |
44 | app_api_upload_uploadfiles_1 | /api/upload/files | Path does not match |
45 | app_blog_post | /blog/{slug} | Path does not match |
46 | blog_newsletter_unsubscribe | /newsletter/blog-entry/unsubscribe/{token} | Path does not match |
47 | app_home_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.