Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_index | / | Path does not match |
| 2 | app_payment | /{id} | Path almost matches, but Condition "params['id'] matches '/^[0-9a-fA-F]{30}$/'" does not evaluate to "true" |
| 3 | contact_support | /contact/support | Path does not match |
| 4 | _ipn | /ipn | Path does not match |
| 5 | payment_order | /payment/{id} | Path does not match |
| 6 | payment_success | /payment/success | Path does not match |
| 7 | payment_cancel | /payment/cancel | Path does not match |
| 8 | payment_error | /payment/denied | Path does not match |
| 9 | payment_ipn | /payment/ipn | Path does not match |
| 10 | paymentpayment_params_error | /payment/{otherparams} | Path does not match |
| 11 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 12 | payment_index | /ntl/payment | Path does not match |
| 13 | ntl_payment.gateway_init | /ntl/payment/gateway/{id}/init | Path does not match |
| 14 | ntl_payment.gateway_ipn | /ntl/payment/gateway/ipn | Path does not match |
| 15 | ntl_payment.gateway_success | /ntl/payment/gateway/success | Path does not match |
| 16 | ntl_payment.gateway_error | /ntl/payment/gateway/error | Path does not match |
| 17 | ntl_payment.gateway_cancel | /ntl/payment/gateway/cancel | Path does not match |
| 18 | ntl_payment.gateway_denied | /ntl/payment/gateway/denied | Path does not match |
| 19 | ntl_payment.payzen_success | /ntl/payment/payzen/{id}/success | Path does not match |
| 20 | ntl_payment.payzen_denied | /ntl/payment/payzen/{id}/denied | Path does not match |
| 21 | ntl_payment.payzen_cancel | /ntl/payment/payzen/{id}/cancel | Path does not match |
| 22 | ntl_payment.payzen_pay | /ntl/payment/payzen/{id}/pay | Path does not match |
| 23 | ntl_payment.payzen_ipn | /ntl/payment/payzen/ipn | Path does not match |
| 24 | ntl_payment.payzen_rest_pay | /ntl/payment/payzen/rest/{id}/pay | Path does not match |
| 25 | ntl_payment.payzen_rest_success | /ntl/payment/payzen/rest/{id}/success | Path does not match |
| 26 | ntl_payment.payzen_rest_denied | /ntl/payment/payzen/rest/{id}/denied | Path does not match |
| 27 | ntl_payment.payzen_rest_cancel | /ntl/payment/payzen/rest/{id}/cancel | Path does not match |
| 28 | ntl_payment.payzen_rest_ipn | /ntl/payment/payzen/rest/ipn | Path does not match |
| 29 | _wdt | /_wdt/{token} | Path does not match |
| 30 | _profiler_home | /_profiler/ | Path does not match |
| 31 | _profiler_search | /_profiler/search | Path does not match |
| 32 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 33 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 34 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 35 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 36 | _profiler_open_file | /_profiler/open | Path does not match |
| 37 | _profiler | /_profiler/{token} | Path does not match |
| 38 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 39 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 40 | _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.