Routing
robots
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | index | / | Path does not match |
2 | login.en-CA | /login | Path does not match |
3 | login.fr-CA | /connexion | Path does not match |
4 | logout | /logout | Path does not match |
5 | forgot-password.en-CA | /forgot-password | Path does not match |
6 | forgot-password.fr-CA | /mot-de-passe-oublie | Path does not match |
7 | unsubscribe.en-CA | /unsubscribe | Path does not match |
8 | unsubscribe.fr-CA | /desabonner | Path does not match |
9 | validate_email.en-CA | /validate-email/{username} | Path does not match |
10 | validate_email.fr-CA | /valider-le-courriel/{username} | Path does not match |
11 | product_selection.en-CA | /product-selection | Path does not match |
12 | product_selection.fr-CA | /selection-produit | Path does not match |
13 | confirm_email.en-CA | /confirm-email | Path does not match |
14 | confirm_email.fr-CA | /confirmer-le-courriel | Path does not match |
15 | reset-password.en-CA | /reset-password/{token} | Path does not match |
16 | reset-password.fr-CA | /reinitialiser-le-mot-de-passe/{token} | Path does not match |
17 | signup.en-CA | /signup | Path does not match |
18 | signup.fr-CA | /inscription | Path does not match |
19 | go_to_family_mode.en-CA | /go-to-family-mode | Path does not match |
20 | go_to_family_mode.fr-CA | /aller-mode-famille | Path does not match |
21 | client_redirect | /client | Path does not match |
22 | contact_ | /contact | Path does not match |
23 | error_google.en-CA | /error/google | Path does not match |
24 | error_google.fr-CA | /erreur/google | Path does not match |
25 | google_start | /google/start | Path does not match |
26 | google_check | /google/check | Path does not match |
27 | google_connect | /google/connect | Path does not match |
28 | google_signup.en-CA | /google/signup | Path does not match |
29 | google_signup.fr-CA | /google/inscription | Path does not match |
30 | google_student.en-CA | /google/student | Path does not match |
31 | google_student.fr-CA | /google/eleve | Path does not match |
32 | google_merge_account | /google/merge | Path does not match |
33 | get_info | /server | Path does not match |
34 | health | /health | Path does not match |
35 | infos_about.en-CA | /about-us | Path does not match |
36 | infos_about.fr-CA | /a-propos | Path does not match |
37 | infos_generated_information_page | /info/{pageName} | Path does not match |
38 | infos_generated_information_page_forced_language | /info/{pageName}/{forcedLanguage} | Path does not match |
39 | manager_account.en-CA | /manager/account | Path does not match |
40 | manager_account.fr-CA | /enseignant/mon-compte | Path does not match |
41 | manager_billing.en-CA | /manager/billing | Path does not match |
42 | manager_billing.fr-CA | /enseignant/facturation | Path does not match |
43 | manager_change_username.en-CA | /manager/change-username | Path does not match |
44 | manager_change_username.fr-CA | /enseignant/changer-son-identifiant | Path does not match |
45 | robots | /robots.txt | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.