Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app | / | Path does not match |
| 2 | oo | /oo | Path does not match |
| 3 | o.continent | /continent/{slug} | Path does not match |
| 4 | o.escapade.destination | /o-escapade/destination/{slug} | Path does not match |
| 5 | o.escapade | /o-escapade | Path does not match |
| 6 | o.circuit | /o-circuit | Path does not match |
| 7 | o.roadtrip | /o-roadtrip | Path does not match |
| 8 | o.croisiere | /o-croisiere | Path does not match |
| 9 | o.circuit.destination-ex | /o-circuit/destination-ex | Path does not match |
| 10 | o.road.destination-ex | /o-road/destination-ex | Path does not match |
| 11 | o.ccroisiere.destination | /o-croisiere/destination-ex | Path does not match |
| 12 | o.circuit.destination | /o-circuit/{slug} | Path does not match |
| 13 | o.roadtrip.destination | /o-roadtrip/{slug} | Path does not match |
| 14 | o.croisiere.destination | /o-croisiere/{slug} | Path does not match |
| 15 | o.contact | /o-contact | Path does not match |
| 16 | o.devis | /demande-de-devis | Path does not match |
| 17 | m.admin | /bo/dashboard | Path does not match |
| 18 | m.home | /m/home | Path does not match |
| 19 | m.type.voyage | /bo/type/voyage | Path does not match |
| 20 | m.type.hebergement | /bo/type/hebergement | Path does not match |
| 21 | m.type.sejour | /bo/type-sejour | Path does not match |
| 22 | m.destination | /bo/destinations | Path does not match |
| 23 | m.add.destination | /bo/add-destination | Path does not match |
| 24 | m.hebergement | /bo/hebergements | Path does not match |
| 25 | m.continent | /bo/continent | Path does not match |
| 26 | m.add.continent | /bo/add-continent | Path does not match |
| 27 | m.add.hebergement | /bo/add-hebergement | Path does not match |
| 28 | app_offer | /offer | Path does not match |
| 29 | m.offers | /m/offres | Path does not match |
| 30 | m.offer.toggle | /m/offers/{id}/toggle-featured | Path does not match |
| 31 | m.add.offer.1 | /m/add-offer-step-1 | Path does not match |
| 32 | m.add.offer.2 | /m/add-offer-step-2/{id} | Path does not match |
| 33 | m.add.offer.3 | /m/add-offer-step-3/{id} | Path does not match |
| 34 | m.add.offer.4 | /m/add-offer-step-4/{id} | Path does not match |
| 35 | m.add.offer.5 | /m/add-offer-step-5/{id} | Path does not match |
| 36 | m.add.offer.6 | /m/add-offer-step-6/{id} | Path does not match |
| 37 | m.add.offer.7 | /m/add-offer-step-7/{id} | Path does not match |
| 38 | m.add.offer.escapade | /m/add-offer-escapade | Path does not match |
| 39 | m.add.offer.herbergement | /m/add-offer/hebergement/{id} | Path does not match |
| 40 | m.add.offer.formule | /m/add-offer/formule/{id} | Path does not match |
| 41 | m.delete.offer | /m/delete-offer/{id} | Path does not match |
| 42 | app_register | /register | Path does not match |
| 43 | app_login | /login | Path does not match |
| 44 | app_logout | /logout | Path does not match |
| 45 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 46 | _wdt | /_wdt/{token} | Path does not match |
| 47 | _profiler_home | /_profiler/ | Path does not match |
| 48 | _profiler_search | /_profiler/search | Path does not match |
| 49 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 50 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 51 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 52 | _profiler_open_file | /_profiler/open | Path does not match |
| 53 | _profiler | /_profiler/{token} | Path does not match |
| 54 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 55 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 56 | _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.