Routing
home_route
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
routename | "robots.txt" |
Route Matching Logs
Path to match:
/robots.txt
# | 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 | admin_festival.fr | /admin/festival-{id} | Path does not match |
14 | admin_festival_subscriptions.fr | /admin/festival-{id}/subscriptions | Path does not match |
15 | admin_festival_create.fr | /admin/festival/create | Path does not match |
16 | admin_edition.fr | /admin/festival-{id}/edition-{idedition} | Path does not match |
17 | admin_edition_create.fr | /admin/festival-{id}/edition/create | Path does not match |
18 | admin_edition_tournois.fr | /admin/festival-{id}/edition-{idedition}/tournois | Path does not match |
19 | admin_edition_tournoiid.fr | /admin/festival-{id}/edition-{idedition}/tournoi-{idtournoi} | Path does not match |
20 | admin_edition_inscriptions.fr | /admin/festival-{id}/edition-{idedition}/inscriptions | Path does not match |
21 | admin_edition_inscriptions_contact.fr | /admin/festival-{id}/edition-{idedition}/inscriptions/contact | Path does not match |
22 | admin_tournoi_create.fr | /admin/festival-{id}/edition-{idedition}/tournois/create | Path does not match |
23 | admin_seance_create.fr | /admin/festival-{id}/edition-{idedition}/tournoi-{idtournoi}/seance/create | Path does not match |
24 | admin_seance_edit.fr | /admin/festival-{id}/edition-{idedition}/tournoi-{idtournoi}/seance-{idseance} | Path does not match |
25 | admin_challenge_create.fr | /admin/challenge/create | Path does not match |
26 | admin_challenge.fr | /admin/challenge-{idchallenge} | Path does not match |
27 | admin_challenge_subscriptions.fr | /admin/challenge-{idchallenge}/subscriptions | Path does not match |
28 | admin_challenge_edition_create.fr | /admin/challenge-{id}/edition/create | Path does not match |
29 | admin_challenge_edition.fr | /admin/challenge/edition-{idedition} | Path does not match |
30 | admin_bfedition_unactive.fr | /admin/edition-{id}/unactive | Path does not match |
31 | admin_bfedition_active.fr | /admin/edition-{id}/active | Path does not match |
32 | admin_edition_cardspreview.fr | /admin/festival-{id}/edition-{idedition}/cardspreview | Path does not match |
33 | admin_edition_payements.fr | /admin/festival-{id}/edition-{idedition}/payements | Path does not match |
34 | admin_edition_payements_create.fr | /admin/festival-{id}/edition-{idedition}/payements/create | Path does not match |
35 | bfchallenge_delete.fr | /challenge-{id}/delete | Path does not match |
36 | challenge_festival_remove.fr | /challenge-{challengeid}/festival-{festivalid}/remove | Path does not match |
37 | challenge_subscription_delete.fr | /challenge-{id}/subscription/delete | Path does not match |
38 | bfchallengeedition_delete.fr | /challenge/edition-{id}/delete | Path does not match |
39 | bfchallengeedition_unactive.fr | /challenge/edition-{id}/unactive | Path does not match |
40 | bfchallengeedition_active.fr | /challenge/edition-{id}/active | Path does not match |
41 | bfedition_delete.fr | /edition-{id}/delete | Path does not match |
42 | bfedition_unactive.fr | /edition-{id}/unactive | Path does not match |
43 | bfedition_active.fr | /edition-{id}/active | Path does not match |
44 | bfedition_unlinkchallengeedition.fr | /edition-{idedition}/challengedition-{idchallengeedition} | Path does not match |
45 | bffestival_delete.fr | /festival-{id}/delete | Path does not match |
46 | festiaval_subscription_delete.fr | /festival-{id}/subscription/delete | Path does not match |
47 | subscription_delete.fr | /subscription-{id}/delete | Path does not match |
48 | bffestival_generate_subscriptions.fr | /festival-{id}/generate/subscriptions | Path does not match |
49 | bffestival_stripeaccount_link.fr | /festival-{id}/stripeaccount/link | Path does not match |
50 | bffestival_stripeaccount_unlink.fr | /festival-{id}/stripeaccount/{accountid}/unlink | Path does not match |
51 | inscription_tournoi.fr | /inscription/tournoi-{tournoiid}/{routename} | Path does not match |
52 | inscription_tournoi_delete.fr | /inscription/delete/{inscriptionid}/{routename} | Path does not match |
53 | inscription_email_delete.fr | /inscription/delete/{email} | Path does not match |
54 | admin_productedition_delete.fr | /productedition-{idproductedition}/delete | Path does not match |
55 | admin_productedition_unactive.fr | /productedition-{idproductedition}/unactive | Path does not match |
56 | admin_productedition_active.fr | /productedition-{idproductedition}/active | Path does not match |
57 | admin_edition_payements_edit.fr | /productedition/{idproductedition}/edit | Path does not match |
58 | bfseance_delete.fr | /seance-{id}/delete | Path does not match |
59 | bftournoi_edit.fr | /tournoi/edit/{id} | Path does not match |
60 | bftournoi_delete.fr | /tournoi-{id}/delete | Path does not match |
61 | home.fr | / | Path does not match |
62 | home_route.fr | /{routename} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.