Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | settings.import | /settings/import | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | userIdentity.login | /login | Path does not match |
| 15 | userIdentity.logout | /logout | Path does not match |
| 16 | dashboard.main | / | Path does not match |
| 17 | localization.api.languages.list | /api/languages | Path does not match |
| 18 | localization.api.translations.list | /api/translations/{languageIdentifier} | Path does not match |
| 19 | localization.languages.list | /languages | Path does not match |
| 20 | localization.languages.create | /languages/create | Path does not match |
| 21 | localization.languages.update | /languages/{identifier} | Path does not match |
| 22 | localization.languages.delete | /languages/{identifier}/delete | Path does not match |
| 23 | localization.translations.list | /translations | Path does not match |
| 24 | localization.translations.create | /translations/create | Path does not match |
| 25 | localization.translations.update | /translations/{id} | Path does not match |
| 26 | localization.translations.delete | /translations/{id}/delete | Path does not match |
| 27 | localization.translations.export | /translations/export | Path does not match |
| 28 | localization.translations.import | /translations/import | Path does not match |
| 29 | localization.api.settings.single | /api/settings/{identifier} | Path does not match |
| 30 | localization.api.settings.list | /api/settings | Path does not match |
| 31 | localization.api.settings.update | /api/settings/{identifier} | Path does not match |
| 32 | settings.list | /settings | Path does not match |
| 33 | settings.create | /settings/create | Path does not match |
| 34 | settings.update | /settings/{identifier} | Path does not match |
| 35 | settings.delete | /settings/{identifier}/delete | Path does not match |
| 36 | settings.export | /settings/{identifier}/export | Path does not match |
| 37 | settinger.common.download_file | /file/preview/{id} | Path does not match |
| 38 | settinger.common.download_file_by_id_and_name | /file/preview/{id}/{filename} | Path does not match |
| 39 | settinger.common.download_file_as_attachment | /file/download/{id} | Path does not match |
| 40 | settinger.api.files.list | /api/files | Path does not match |
| 41 | settinger.api.files.create | /api/files | Path does not match |
| 42 | settinger.api.files.delete | /api/files/{fileId} | Path does not match |
| 43 | api_login_check | /api/authorization_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.