Routing
app_robots
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_owner_add | /admin/owners/+ | Path does not match |
| 2 | app_admin_property_add | /admin/properties/+ | Path does not match |
| 3 | app_admin_property_unit_new | /admin/properties/{propId}/units/+ | Path does not match |
| 4 | app_homestay_coverPhoto | /homestay/{slug}/coverPhoto | Path does not match |
| 5 | app_homestay_photo | /homestay/{slug}/photo/{photo} | Path does not match |
| 6 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 7 | saas_payment_webhook | /saas/payment/webhook/{provider} | Path does not match |
| 8 | security_oauth2_connect_start | /auth/connect/{client} | Path does not match |
| 9 | security_oauth2_connect_check | /auth/connect/{client}/check | Path does not match |
| 10 | security_login | /auth/login | Path does not match |
| 11 | security_logout | /auth/logout | Path does not match |
| 12 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 13 | _wdt | /_wdt/{token} | Path does not match |
| 14 | _profiler_home | /_profiler/ | Path does not match |
| 15 | _profiler_search | /_profiler/search | Path does not match |
| 16 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 17 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 18 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 19 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 20 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 21 | _profiler_open_file | /_profiler/open | Path does not match |
| 22 | _profiler | /_profiler/{token} | Path does not match |
| 23 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 24 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 25 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 26 | app_admin_login | /admin/auth/login | Path does not match |
| 27 | app_admin_oauth2_connect_start | /admin/auth/connect/{client} | Path does not match |
| 28 | app_admin_oauth2_connect_check | /admin/auth/connect/{client}/check | Path does not match |
| 29 | app_admin_booking | /admin/bookings | Path does not match |
| 30 | app_admin_booking_data | /admin/bookings/data | Path does not match |
| 31 | app_admin_booking_view | /admin/bookings/{id} | Path does not match |
| 32 | app_admin_dashboard | /admin | Path does not match |
| 33 | app_admin_owner | /admin/owners | Path does not match |
| 34 | app_admin_owner_manage | /admin/owners/{id} | Path does not match |
| 35 | app_admin_owner_addproperty | /admin/owners/{id}/+ | Path does not match |
| 36 | app_admin_property | /admin/properties | Path does not match |
| 37 | app_admin_property_view | /admin/properties/{propId} | Path does not match |
| 38 | app_admin_property_data | /admin/properties/{propId}/data | Path does not match |
| 39 | app_admin_property_edit | /admin/properties/{propId}/edit | Path does not match |
| 40 | app_admin_property_booking | /admin/properties/{propId}/bookings | Path does not match |
| 41 | app_admin_property_booking_new | /admin/properties/{propId}/bookings/+ | Path does not match |
| 42 | app_admin_property_booking_view | /admin/properties/{propId}/bookings/{id} | Path does not match |
| 43 | app_admin_property_photos | /admin/properties/{propId}/photos | Path does not match |
| 44 | app_admin_property_unit | /admin/properties/{propId}/units | Path does not match |
| 45 | app_admin_property_unit_edit | /admin/properties/{propId}/units/{unitId} | Path does not match |
| 46 | app_admin_property_restrictions | /admin/properties/{propId}/restrictions | Path does not match |
| 47 | app_admin_property_restrictions_add | /admin/properties/{propId}/restrictions/+ | Path does not match |
| 48 | app_admin_property_restrictions_edit | /admin/properties/{propId}/restrictions/{restId} | Path does not match |
| 49 | app_admin_prospect | /admin/prospects | Path does not match |
| 50 | app_admin_prospect_manage | /admin/prospects/{id} | Path does not match |
| 51 | app_booking_submit | /create-booking | Path does not match |
| 52 | app_booking | /booking/ | Path does not match |
| 53 | app_booking_view | /booking/{id} | Path does not match |
| 54 | app_frontpage | / | Path does not match |
| 55 | app_register_interest | /register-interest | Path does not match |
| 56 | app_privacy | /privacy | Path does not match |
| 57 | app_tnc | /tnc | Path does not match |
| 58 | app_homestay | /homestay | Path does not match |
| 59 | app_homestay_view | /homestay/{slug} | Path does not match |
| 60 | app_homestay_unitCoverPhoto | /homestay/{slug}/{unitId}/photo | Path does not match |
| 61 | app_payment_test | /payment-test | Path does not match |
| 62 | app_payment_test_trans | /payment-test/{id} | Path does not match |
| 63 | app_profile | /profile | Path does not match |
| 64 | app_profile_customer | /profile/customer | Path does not match |
| 65 | app_rss | /rss.xml | Path does not match |
| 66 | app_sitemap | /sitemap.xml | Path does not match |
| 67 | app_robots | /robots.txt | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.