Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | connect_facebook_start | /connect/facebook | Path does not match |
| 2 | connect_facebook_check | /connect/facebook/check | Path does not match |
| 3 | connect_google_start | /connect/google | Path does not match |
| 4 | google_check | /connect/google/check | Path does not match |
| 5 | api_login | /api/login | Path does not match |
| 6 | api_user_new | /api/{version}/user/new | Path does not match |
| 7 | api_user_show | /api/{version}/user/{user}/ | Path does not match |
| 8 | api_user_edit | /api/{version}/user/{user}/ | Path does not match |
| 9 | api_user_delete | /api/{version}/user/{user}/ | Path does not match |
| 10 | api_token_create | /api/token/create | Path does not match |
| 11 | api_token_check | /api/token/check | Path does not match |
| 12 | index | /{_locale} | Path almost matches, but Requirement for "_locale" does not match (\w{2}) |
| 13 | firm_index | /{_locale}/firms | Path does not match |
| 14 | sso_login | /{_locale}/login | Path does not match |
| 15 | logout | /{_locale}/logout | Path does not match |
| 16 | to_app | /{_locale}/to_app | Path does not match |
| 17 | app_validate | /{_locale}/validate | Path does not match |
| 18 | #register | /register | Path does not match |
| 19 | register | /{_locale}/register | Path does not match |
| 20 | activate_account | /activate_account/{token} | Path does not match |
| 21 | app_forgot_password_request | /{_locale}/reset_password | Path does not match |
| 22 | app_check_email | /{_locale}/reset_password/check-email | Path does not match |
| 23 | app_reset_password | /{_locale}/reset_password/reset/{token} | Path does not match |
| 24 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 25 | app.swagger | /api/doc.json | Path does not match |
| 26 | app.swagger_ui | /api/doc | Path does not match |
| 27 | _wdt | /_wdt/{token} | Path does not match |
| 28 | _profiler_home | /_profiler/ | Path does not match |
| 29 | _profiler_search | /_profiler/search | Path does not match |
| 30 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 31 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 32 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 33 | _profiler_open_file | /_profiler/open | Path does not match |
| 34 | _profiler | /_profiler/{token} | Path does not match |
| 35 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 36 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 37 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 38 | api_login_check | /api/login_check | 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.