Routing
(none)
Matched route
Route Matching Logs
Path to match:
/admin/phpinfo.php
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | moveData | /admin/move/ | Path does not match |
| 2 | importData | /admin/import/ | Path does not match |
| 3 | previewImportData | /admin/importPreview/ | Path does not match |
| 4 | editCart | /cart/edit/{item} | Path does not match |
| 5 | viewCart | /cart/view/ | Path does not match |
| 6 | deleteCart | /cart/delete/{item} | Path does not match |
| 7 | addCartFromOrder | /cart/add/fromOrder/{orderId} | Path does not match |
| 8 | addCart | /cart/add/ | Path does not match |
| 9 | homepage | / | Path does not match |
| 10 | viewOrders | /order | Path does not match |
| 11 | viewOrderDetail | /order/viewOrderDetail/{orderID} | Path does not match |
| 12 | exportOrder | /order/export/{orderId}/ | Path does not match |
| 13 | shippedOrder | /order/{orderID}/shipped | Path does not match |
| 14 | cancelOrder | /order/{orderID}/cancelled | Path does not match |
| 15 | app_login_check | /login_check | Path does not match |
| 16 | app_logout | /logout | Path does not match |
| 17 | webinventory_index | /webinventory/ | Path does not match |
| 18 | webinventory_new | /webinventory/new | Path does not match |
| 19 | webinventory_show | /webinventory/{id} | Path does not match |
| 20 | webinventory_edit | /webinventory/{id}/edit | Path does not match |
| 21 | webinventory_delete | /webinventory/{id} | Path does not match |
| 22 | webinventory_printpricelist1 | /webinventoryprintpricelist1 | Path does not match |
| 23 | webinventory_printpricelist | /webinventoryprintpricelist | Path does not match |
| 24 | weborder_index | /weborder/ | Path does not match |
| 25 | weborder_new | /weborder/new | Path does not match |
| 26 | weborder_show | /weborder/{id} | Path does not match |
| 27 | weborder_edit | /weborder/{id}/edit | Path does not match |
| 28 | weborder_delete | /weborder/{id} | Path does not match |
| 29 | weborderitem_index | /weborderitem/ | Path does not match |
| 30 | weborderitem_new | /weborderitem/new | Path does not match |
| 31 | weborderitem_show | /weborderitem/{id} | Path does not match |
| 32 | weborderitem_edit | /weborderitem/{id}/edit | Path does not match |
| 33 | weborderitem_delete | /weborderitem/{id} | Path does not match |
| 34 | app_login | /login | Path does not match |
| 35 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 36 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 37 | _wdt | /_wdt/{token} | Path does not match |
| 38 | _profiler_home | /_profiler/ | Path does not match |
| 39 | _profiler_search | /_profiler/search | Path does not match |
| 40 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 41 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 42 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 43 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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.