Routing
(none)
Matched route
Route Matching Logs
Path to match:
/wordpress/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_opinion_rate | /api/opinion/{opinion}/rate | Path does not match |
| 2 | api_opinion_delete | /api/opinion/{opinion} | Path does not match |
| 3 | api_administration_user_delete | /api/administration/user/{id} | Path does not match |
| 4 | api_administration_user_verifyPkd | /api/administration/user/{id}/verify-pkd | Path does not match |
| 5 | app_login | /login | Path does not match |
| 6 | main | / | Path does not match |
| 7 | main_regulations | /regulations | Path does not match |
| 8 | opinion | /opinion | Path does not match |
| 9 | opinion_best | /opinion/best | Path does not match |
| 10 | payment_make | /payment/make | Path does not match |
| 11 | payment_notification | /payment/notification | Path does not match |
| 12 | premium_offer | /premium/offer | Path does not match |
| 13 | app_register | /register | Path does not match |
| 14 | app_verify_email | /verify/email | Path does not match |
| 15 | app_forgot_password_request | /reset-password | Path does not match |
| 16 | app_check_email | /reset-password/check-email | Path does not match |
| 17 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 18 | subject_search | /subject/search | Path does not match |
| 19 | subject_add_opinion | /subject/{subject_nip}/add-opinion | Path does not match |
| 20 | subject_opinions | /subject/{subject_nip}/opinion | Path does not match |
| 21 | check_nip | /checkNip/{nip} | Path does not match |
| 22 | administration_user | /administration/user | Path does not match |
| 23 | administration_user_edit | /administration/user/{id}/edit | Path does not match |
| 24 | administration_user_change_password | /administration/user/{id}/change-password | Path does not match |
| 25 | user_property_opinion | /user/property/opinion | Path does not match |
| 26 | user_setting_change_password | /user-setting/change-password | Path does not match |
| 27 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 28 | _wdt | /_wdt/{token} | Path does not match |
| 29 | _profiler_home | /_profiler/ | Path does not match |
| 30 | _profiler_search | /_profiler/search | Path does not match |
| 31 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 32 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 33 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 34 | _profiler_open_file | /_profiler/open | Path does not match |
| 35 | _profiler | /_profiler/{token} | Path does not match |
| 36 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 37 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 38 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 39 | app_logout | /logout | 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.