Routing
dash
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_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 | stats_index | /stats/{slug}/{company} | Path does not match |
| 14 | associations | /associations | Path does not match |
| 15 | add-association | /add-association | Path does not match |
| 16 | edit-association | /edit-association/{id} | Path does not match |
| 17 | association-activation | /association-activation/{id} | Path does not match |
| 18 | delete-association | /delete-association/{id} | Path does not match |
| 19 | cms | /cms/{onglet}/{id} | Path does not match |
| 20 | add-slide | /add-slide/{slug}/{id} | Path does not match |
| 21 | edit-slide | /edit-slide/{id}/{slug} | Path does not match |
| 22 | delete-cms-image | /manager/delete-cms-image/{id} | Path does not match |
| 23 | delete-slide-image | /manager/delete-slide-image/{companyId}/{slideId} | Path does not match |
| 24 | activate-slide | /activate-slide/{onglet}/{id} | Path does not match |
| 25 | deactivate-slide | /deactivate-slide/{onglet}/{id} | Path does not match |
| 26 | delete-slide | /delete-slide/{slug}/{id}/{idChaine} | Path does not match |
| 27 | slide-rank | /change-slide-rank | Path does not match |
| 28 | categories | /categories | Path does not match |
| 29 | add-categorie | /add-categorie | Path does not match |
| 30 | category_detail | /category_detail/{id} | Path does not match |
| 31 | delete-category | /delete-category/{id} | Path does not match |
| 32 | activate-category | /activate-category/{id} | Path does not match |
| 33 | deactivate-category | /deactivate-category/{id} | Path does not match |
| 34 | chaines | /chaines | Path does not match |
| 35 | thematic | /thematiques | Path does not match |
| 36 | add-chaine | /add-chaine | Path does not match |
| 37 | edit-chaine | /edit-chaine/{id} | Path does not match |
| 38 | delete-chaine | /delete-chaine/{id} | Path does not match |
| 39 | activate-chaine | /activate-chaine/{id} | Path does not match |
| 40 | deactivate-chaine | /deactivate-chaine/{id} | Path does not match |
| 41 | change-rank | /change-video-rank | Path does not match |
| 42 | theme-rank | /change-theme-rank | Path does not match |
| 43 | channel-rank | /change-channel-rank | Path does not match |
| 44 | companies | /companies | Path does not match |
| 45 | edit_company | /edit_company/{id} | Path does not match |
| 46 | add_company | /add_company | Path does not match |
| 47 | add_department | /companies/add-department | Path does not match |
| 48 | delete_department | /companies/delete-department/{id} | Path does not match |
| 49 | company_resa_import | /companies/resa/{id}/{force} | Path does not match |
| 50 | company_delete | /companies/delete/{id} | Path does not match |
| 51 | company_users_activation | /company/{idCompany}/user/{id}/activation | Path does not match |
| 52 | daily_advice | /daily/advice | Path does not match |
| 53 | add-advice | /add-advice/ | Path does not match |
| 54 | edit-advice | /edit-advice/{id} | Path does not match |
| 55 | advice_delete | /daily/advice/delete/{id} | Path does not match |
| 56 | activate_advice | /activate-advice/{id} | Path does not match |
| 57 | deactivate_advice | /deactivate-advice/{id} | Path does not match |
| 58 | dash | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.