Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | customer.index | /customer | Path does not match |
| 2 | customer.updatefromaxonaut | /customer/refresh/{id} | Path does not match |
| 3 | customer.show | /customer/{id} | Path does not match |
| 4 | home.index | / | Path does not match |
| 5 | job.index | /jobs | Path does not match |
| 6 | job.show | /jobs/show/{id} | Path does not match |
| 7 | job.trace | /jobs/trace/{id} | Path does not match |
| 8 | job.download | /jobs/download/{id} | Path does not match |
| 9 | job.retry | /jobs/retry/{id} | Path does not match |
| 10 | job.mark.as.treated | /jobs/mark-as-treated/{id} | Path does not match |
| 11 | job.send.confirmation | /jobs/send-confirmation/{id} | Path does not match |
| 12 | job.cancel | /job/cancel/{id} | Path does not match |
| 13 | notification.index | /notification | Path does not match |
| 14 | notification.mark.as.read.all | /notification/mark-as-read-all | Path does not match |
| 15 | notification.unread | /notification/unread | Path does not match |
| 16 | notification.show | /notification/show/{id} | Path does not match |
| 17 | notification.markastreated | /notification/markastreated/{id} | Path does not match |
| 18 | notification.markasunread | /notification/markasunread/{id} | Path does not match |
| 19 | parameter.axonaut.credit | /parameters/axonaut-credit | Path does not match |
| 20 | parameter.mp.analyser | /parameters/mpanalyser | Path does not match |
| 21 | parameter.version.language | /parameters/version-language | Path does not match |
| 22 | parameter.mp.securitykey | /parameters/mpsecuritykey | Path does not match |
| 23 | parameter.by.type | /parameters/{type} | Path does not match |
| 24 | app_login | /login | Path does not match |
| 25 | app_logout | /logout | Path does not match |
| 26 | security.index | /users | Path does not match |
| 27 | security.edit | /users/edit/{id} | Path does not match |
| 28 | security.add | /users/add | Path does not match |
| 29 | security.delete | /users/delete/{id} | Path does not match |
| 30 | security.change.password | /users/changePassword/{id} | Path does not match |
| 31 | system.index | /system | Path does not match |
| 32 | system.init.db | /system/init/db | Path does not match |
| 33 | system.start.worker | /system/worker/start/{group} | Path does not match |
| 34 | system.stop.worker | /system/worker/stop/{group} | Path does not match |
| 35 | system.restart.worker | /system/worker/stop/{group} | Path does not match |
| 36 | system.benchmark.status | /system/benchmark/{status} | Path does not match |
| 37 | test.index | /test/{id}/{jobid} | Path does not match |
| 38 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 39 | _wdt | /_wdt/{token} | Path does not match |
| 40 | _profiler_home | /_profiler/ | Path does not match |
| 41 | _profiler_search | /_profiler/search | Path does not match |
| 42 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 43 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 44 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 45 | _profiler_open_file | /_profiler/open | Path does not match |
| 46 | _profiler | /_profiler/{token} | Path does not match |
| 47 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 48 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 49 | _profiler_exception_css | /_profiler/{token}/exception.css | 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.