Routing
app_app
Matched route
Route Parameters
| Name | Value |
|---|---|
| path | "robots.txt" |
Route Redirection
This page redirects to:
https://bootrepaircompany.madebypi.dev/login
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin | /admin | Path does not match |
| 16 | admin_upload_data_file | /admin/qr-code-item/upload | Path does not match |
| 17 | app_location_check_in | /location/{location}/check-in/{orderId} | Path does not match |
| 18 | async_departments | /async/departments/{slug} | Path does not match |
| 19 | async_job_items_by_dept | /async/job-items-by-dept/{slug} | Path does not match |
| 20 | async_items_received | /async/items-received/{slug} | Path does not match |
| 21 | async_items_scanned_out | /async/items-scanned-out/{slug} | Path does not match |
| 22 | async_brands | /async/brands | Path does not match |
| 23 | async_styles_all | /async/styles | Path does not match |
| 24 | async_styles | /async/styles/{brand} | Path does not match |
| 25 | async_colours | /async/colours | Path does not match |
| 26 | async_sizes | /async/sizes | Path does not match |
| 27 | async_qr_barcode | /async/qr/{barcode} | Path does not match |
| 28 | async_order | /async/order/{salesOrderNumber} | Path does not match |
| 29 | async_order_from_internal_identifier | /async/order/internal-identifier/{internalIdentifier} | Path does not match |
| 30 | async_check_into_location | /async/location/{slug}/check-order-in | Path does not match |
| 31 | async_edit_job_item | /async/location/{slug}/edit-job-item | Path does not match |
| 32 | async_job_items_with_comments | /async/{slug}/job-items-with-comments | Path does not match |
| 33 | async_order_history | /async/job-item/{internalIdentifier}/history | Path does not match |
| 34 | async_search | /async/{slug}/search/{mode}/{term} | Path does not match |
| 35 | async_job_item_data_edit | /async/job-item-data/edit/{jobItemIdentifier} | Path does not match |
| 36 | async_job_data_edit | /async/order-data/edit/{salesOrderNumber} | Path does not match |
| 37 | async_ready_to_post_deliver | /async/ready-to-post/deliver | Path does not match |
| 38 | async_resync_order | /async/resync-order/{salesOrderNumber} | Path does not match |
| 39 | async_archive_item | /async/archive-job-item/{internalIdentifier} | Path does not match |
| 40 | async_dispatch_labels | /async/dispatch-labels/print/{salesOrderNumber} | Path does not match |
| 41 | async_courier_tracking_lookup | /async/courier-tracking/lookup/{code} | Path does not match |
| 42 | app_barcode_converter | /barcode-converter | Path does not match |
| 43 | app_login | /login | Path does not match |
| 44 | app_logout | /logout | Path does not match |
| 45 | app_login_success | /login-success | Path does not match |
| 46 | admin_fetch_intact_order | /admin/fetch-intact-order | Path does not match |
| 47 | app_default | / | Path does not match |
| 48 | app_app | /{path} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.