Routing
business_rule.edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "3" |
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/business_rule/edit/3
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.index | /api | Path does not match |
| 2 | idaWS.wsdl | /api/wsdl/{wsdlName} | Path does not match |
| 3 | testapi | /testapi | Path does not match |
| 4 | soap | /soap | Path does not match |
| 5 | bannedips | /bannedips | Path does not match |
| 6 | bannedips.unban | /bannedips/unban/{ip} | Path does not match |
| 7 | bannedips.unbanall | /bannedips/unban-all | Path does not match |
| 8 | business_rule.list | /business_rule | Path does not match |
| 9 | business_rule.disable | /business_rule/disable/{id} | Path does not match |
| 10 | business_rule.enable | /business_rule/enable/{id} | Path does not match |
| 11 | business_rule.show | /business_rule/show/{id} | Path does not match |
| 12 | business_rule.edit | /business_rule/edit/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.