Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | about | /about | Path does not match |
| 2 | admin | /admin | Path does not match |
| 3 | admin.agenda | /admin/agenda | Path does not match |
| 4 | admin.agenda.add | /admin/agenda/add | Path does not match |
| 5 | admin.agenda.edit | /admin/agenda/edit/{id} | Path does not match |
| 6 | admin.agenda.delete | /admin/delete/{id} | Path does not match |
| 7 | admin.department | /admin/department | Path does not match |
| 8 | admin.department.add | /admin/department/add | Path does not match |
| 9 | admin.department.edit | /admin/department/edit/{id} | Path does not match |
| 10 | admin.department.delete | /admin/department/delete/{id} | Path does not match |
| 11 | admin.img | /admin/img | Path does not match |
| 12 | admin.img.add | /admin/img/add | Path does not match |
| 13 | admin.img.edit | /admin/img/edit/{id} | Path does not match |
| 14 | admin.img.delete | /admin/img/{id} | Path does not match |
| 15 | admin.member | /admin/member | Path does not match |
| 16 | admin.member.add | /admin/member/add | Path does not match |
| 17 | admin.member.edit | /admin/member/edit/{id} | Path does not match |
| 18 | admin.member.delete | /admin/member/delete/{id} | Path does not match |
| 19 | admin.news | /admin/news | Path does not match |
| 20 | admin.news.add | /admin/new/add | Path does not match |
| 21 | admin.news.edit | /admin/news/{id} | Path does not match |
| 22 | admin.news.delete | /admin/service/delete/{id} | Path does not match |
| 23 | admin.project | /admin/project | Path does not match |
| 24 | admin.project.add | /admin/project/add | Path does not match |
| 25 | admin.project.edit | /admin/project/edit/{id} | Path does not match |
| 26 | admin.project.delete | /admin/project/delete/{id} | Path does not match |
| 27 | admin.service | /admin/service | Path does not match |
| 28 | admin.service.edite | /admin/{id} | Path does not match |
| 29 | admin.service.add | /admin/service/add | Path does not match |
| 30 | admin.service.delete | /admin/service/{id} | Path does not match |
| 31 | agenda | /agenda | Path does not match |
| 32 | agenda.single | /agenda/event/{id} | Path does not match |
| 33 | contact | /contact | Path does not match |
| 34 | hame.member | /home/single/{id} | Path does not match |
| 35 | hame.chart | /home/organigrame | Path does not match |
| 36 | home.department | /home/department/{id} | Path does not match |
| 37 | news | /news | Path does not match |
| 38 | news.single | /news/single/{id} | Path does not match |
| 39 | project | /project | Path does not match |
| 40 | project.single | /project/single/{id} | Path does not match |
| 41 | search | /search | Path does not match |
| 42 | login | /login | Path does not match |
| 43 | services | /sevices/ | Path does not match |
| 44 | service.single | /service/single/{id} | Path does not match |
| 45 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 46 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 47 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 48 | _wdt | /_wdt/{token} | Path does not match |
| 49 | _profiler_home | /_profiler/ | Path does not match |
| 50 | _profiler_search | /_profiler/search | Path does not match |
| 51 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 52 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 53 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 54 | _profiler_open_file | /_profiler/open | Path does not match |
| 55 | _profiler | /_profiler/{token} | Path does not match |
| 56 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 57 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 58 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 59 | home | / | Path does not match |
| 60 | logout | /logout | 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.