Routing
user_profile
Matched route
Route Parameters
| Name | Value |
|---|---|
| username | "w" |
Route Matching Logs
Path to match:
/user/w
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | admin_index | /admin | Path does not match |
| 17 | admin_users | /admin/users | Path does not match |
| 18 | admin_reports | /admin/reports | Path does not match |
| 19 | admin_report_dismiss | /admin/reports/{id}/dismiss | Path does not match |
| 20 | admin_posts | /admin/posts | Path does not match |
| 21 | admin_post_rating | /admin/post/{id}/rating | Path does not match |
| 22 | admin_user_toggle | /admin/user/{id}/toggle | Path does not match |
| 23 | admin_points | /admin/points | Path does not match |
| 24 | admin_points_actions_save | /admin/points/actions/save | Path does not match |
| 25 | admin_ranks_create | /admin/points/ranks/create | Path does not match |
| 26 | admin_ranks_update | /admin/points/ranks/{id}/update | Path does not match |
| 27 | admin_ranks_delete | /admin/points/ranks/{id}/delete | Path does not match |
| 28 | admin_rewards_create | /admin/points/rewards/create | Path does not match |
| 29 | admin_rewards_update | /admin/points/rewards/{id}/update | Path does not match |
| 30 | admin_rewards_delete | /admin/points/rewards/{id}/delete | Path does not match |
| 31 | admin_points_grant | /admin/points/grant | Path does not match |
| 32 | album_index | /album/ | Path does not match |
| 33 | album_new | /album/new | Path does not match |
| 34 | album_show | /album/{slug} | Path does not match |
| 35 | album_add_post | /album/{slug}/add/{postId} | Path does not match |
| 36 | album_remove_post | /album/{slug}/remove/{postId} | Path does not match |
| 37 | comment_delete | /comment/{id}/delete | Path does not match |
| 38 | add_comment | /post/{id}/comment | Path does not match |
| 39 | follow | /follow/{type}/{id} | Path does not match |
| 40 | unfollow | /unfollow/{type}/{id} | Path does not match |
| 41 | health_check | /health | Path does not match |
| 42 | image_upload | /testupload | Path does not match |
| 43 | serve_post_image | /img/post/{filename} | Path does not match |
| 44 | serve_dm_image | /img/dm/{filename} | Path does not match |
| 45 | messages_inbox | /messages | Path does not match |
| 46 | messages_start | /messages/start/{username} | Path does not match |
| 47 | messages_chat | /messages/{id} | Path does not match |
| 48 | messages_send | /messages/{id}/send | Path does not match |
| 49 | messages_poll | /messages/{id}/poll | Path does not match |
| 50 | notifications_index | /notifications | Path does not match |
| 51 | post_like | /post/{slug}/like | Path does not match |
| 52 | post_edit | /post/{slug}/edit | Path does not match |
| 53 | post_delete | /post/{slug}/delete | Path does not match |
| 54 | post_index | /post/ | Path does not match |
| 55 | post_recent | /post/recent | Path does not match |
| 56 | post_popular | /post/popular | Path does not match |
| 57 | post_new | /post/new | Path does not match |
| 58 | post_report | /post/{slug}/report | Path does not match |
| 59 | post_show | /post/{slug} | Path does not match |
| 60 | premium_index | /premium | Path does not match |
| 61 | premium_checkout | /premium/checkout | Path does not match |
| 62 | ccbill_approval | /webhook/ccbill/approval | Path does not match |
| 63 | ccbill_denial | /webhook/ccbill/denial | Path does not match |
| 64 | ccbill_cancel | /webhook/ccbill/cancel | Path does not match |
| 65 | premium_success | /premium/success | Path does not match |
| 66 | redgifs_data | /api/redgifs/{gifId} | Path does not match |
| 67 | redgifs_thumb | /api/redgifs/{gifId}/thumb | Path does not match |
| 68 | app_register | /register | Path does not match |
| 69 | app_verify_email | /verify/email | Path does not match |
| 70 | privacy_policy | /pages/privacy_policy | Path does not match |
| 71 | rss_feed | /feed | Path does not match |
| 72 | search | /search | Path does not match |
| 73 | app_login | /login | Path does not match |
| 74 | app_logout | /logout | Path does not match |
| 75 | sitemap | /sitemap.xml | Path does not match |
| 76 | tag_suggest | /tag/suggest | Path does not match |
| 77 | tag_popular | /tag/popular | Path does not match |
| 78 | tag_show | /tag/{slug} | Path does not match |
| 79 | user_profile | /user/{username} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.