Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | artist_index | /artist/ | Path does not match |
| 13 | artist_new | /artist/new | Path does not match |
| 14 | artist_show | /artist/{id} | Path does not match |
| 15 | artist_edit | /artist/{id}/edit | Path does not match |
| 16 | artist_delete | /artist/{id} | Path does not match |
| 17 | booking_index | /booking | Path does not match |
| 18 | dashboard | / | Path does not match |
| 19 | login | /login | Path does not match |
| 20 | changePassword | /change-password | Path does not match |
| 21 | sendActivationMail | /send-activation-mail/{user} | Path does not match |
| 22 | activate | /activate/{user} | Path does not match |
| 23 | media_upload | /media/upload | Path does not match |
| 24 | media_remove | /media/delete | Path does not match |
| 25 | media_list | /media/list | Path does not match |
| 26 | news_index | /news/ | Path does not match |
| 27 | news_move | /news/move/{id}/{transition} | Path does not match |
| 28 | news_new | /news/new | Path does not match |
| 29 | news_show | /news/{id} | Path does not match |
| 30 | news_edit | /news/{id}/edit | Path does not match |
| 31 | news_delete | /news/{id} | Path does not match |
| 32 | portfolio_index | /portfolio/ | Path does not match |
| 33 | portfolio_new | /portfolio/new | Path does not match |
| 34 | portfolio_show | /portfolio/{id} | Path does not match |
| 35 | portfolio_edit | /portfolio/{id}/edit | Path does not match |
| 36 | portfolio_delete | /portfolio/{id} | Path does not match |
| 37 | production_index | /production/ | Path does not match |
| 38 | production_new | /production/new | Path does not match |
| 39 | production_show | /production/{id} | Path does not match |
| 40 | production_edit | /production/{id}/edit | Path does not match |
| 41 | production_delete | /production/{id} | Path does not match |
| 42 | release_index | /release/ | Path does not match |
| 43 | release_new | /release/new | Path does not match |
| 44 | release_show | /release/{id} | Path does not match |
| 45 | release_edit | /release/{id}/edit | Path does not match |
| 46 | release_delete | /release/{id} | Path does not match |
| 47 | user_index | /user/ | Path does not match |
| 48 | user_new | /user/new | Path does not match |
| 49 | user_show | /user/{id} | Path does not match |
| 50 | user_edit | /user/{id}/edit | Path does not match |
| 51 | user_delete | /user/{id} | Path does not match |
| 52 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 53 | app_logout | /logout | Path does not match |
| 54 | user_activate | /activate/{code} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.