Routing
app_project_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "sitemap.xml" |
Route Redirection
This page redirects to:
https://photo.perseida.dev/login
Route Matching Logs
Path to match:
/sitemap.xml
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_dictionary_index | /dictionary/ | Path does not match |
| 2 | app_dictionary_new | /dictionary/new | Path does not match |
| 3 | app_dictionary_edit | /dictionary/{id}/edit | Path does not match |
| 4 | app_dictionary_update_form_ajax | /dictionary/update-form/{id} | Path does not match |
| 5 | app_dictionary_show | /dictionary/{id} | Path does not match |
| 6 | app_dictionary_delete | /dictionary/{id}/delete | Path does not match |
| 7 | app_login | /login | Path does not match |
| 8 | app_material_index | /material/ | Path does not match |
| 9 | app_material_new | /material/new/{type} | Path does not match |
| 10 | app_material_edit | /material/{id}/edit | Path does not match |
| 11 | app_material_show | /material/{id} | Path does not match |
| 12 | app_material_delete | /material/delete/{id} | Path does not match |
| 13 | app_model_index | /model/ | Path does not match |
| 14 | app_project_step3_new | /model/loadForTile/{tile} | Path does not match |
| 15 | app_model_new | /model/new | Path does not match |
| 16 | app_model_duplicate | /model/duplicate/{id} | Path does not match |
| 17 | app_model_show | /model/{id} | Path does not match |
| 18 | app_model_edit | /model/{id}/edit | Path does not match |
| 19 | app_model_delete | /model/{id} | Path does not match |
| 20 | app_model_has_material_index | /model/has/material/ | Path does not match |
| 21 | app_model_has_material_new | /model/has/material/new | Path does not match |
| 22 | app_model_has_material_show | /model/has/material/{id} | Path does not match |
| 23 | app_model_has_material_edit | /model/has/material/{id}/edit | Path does not match |
| 24 | app_model_has_material_delete | /model/has/material/{id} | Path does not match |
| 25 | app_panel_index | /panel/ | Path does not match |
| 26 | app_panel_new | /panel/new | Path does not match |
| 27 | app_panel_edit | /panel/{id}/edit | Path does not match |
| 28 | app_panel_delete | /panel/{id}/delete | Path does not match |
| 29 | app_panel_show | /panel/{id} | Path does not match |
| 30 | app_project_index | / | Path does not match |
| 31 | app_project_new | /new | Path does not match |
| 32 | app_project_calculate | /calculate/{id} | Path does not match |
| 33 | app_project_show | /{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.