Routing
app_pages
Matched route
Route Parameters
| Name | Value |
|---|---|
| httpPort | 80 |
| httpsPort | 443 |
| path | "/robots.txt/" |
| permanent | true |
| scheme | null |
| url | "robots.txt/" |
Route Redirection
This page redirects to:
https://backend.domei-denchi.jp/robots.txt/
(route: "app_pages")
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_update | /admin/{entity}/{type}/{id} | Path does not match |
| 2 | app_add | /admin/{entity}/{type} | Path does not match |
| 3 | app_form_forminformation_delcontent | /action/information/del | Path does not match |
| 4 | app_form_forminformation_delcontent_1 | /action/information/del/{id} | Path does not match |
| 5 | app_settings_delcontent | /action/user/del | Path does not match |
| 6 | app_settings_delcontent_1 | /action/user/del/{id} | Path does not match |
| 7 | app_api_apiroute_getcoords | /api/get/coords | Path does not match |
| 8 | app_api_apiroute_postfeedbackform | /api/post-form | Path does not match |
| 9 | app_api_apiroute_postadviceform | /api/post-advice-form | Path does not match |
| 10 | app_api_apiroute_getmappoints | /api/get/{entity}/points | Path does not match |
| 11 | app_api_apiroute_getmappoints_1 | /api/get/{entity}/points/{city} | Path does not match |
| 12 | app_api_apiroute_getmapcities | /api/get/{entity}/cities | Path does not match |
| 13 | app_api_apiroute_getcities | /api/get/cities/{sitecode} | Path does not match |
| 14 | app_api_apiroute_getpoints | /api/get/points/{sitecode}/{city} | Path does not match |
| 15 | app_dashboard_feedback_viewed | /action/feedback/set/viewed | Path does not match |
| 16 | app_dashboard_feedback_getviewed | /action/feedback/get/viewed | Path does not match |
| 17 | app_dashboard_feedback_setfilters | /action/feedback/set/filters | Path does not match |
| 18 | app_dashboard_feedback_getfilters | /action/feedback/get/filters | Path does not match |
| 19 | app_form_formdefault_updpublic | /action/{prop}/upd/public | Path does not match |
| 20 | app_form_formdefault_delcontent | /action/{prop}/del | Path does not match |
| 21 | app_form_formdefault_delcontent_1 | /action/{prop}/del/{id} | Path does not match |
| 22 | app_gallery_upload | /action/gallery/upload | Path does not match |
| 23 | app_gallery_dropped | /action/gallery/dropped | Path does not match |
| 24 | app_gallery_browse | /action/gallery/browse | Path does not match |
| 25 | app_gallery_delete | /action/gallery/del/{file} | Path does not match |
| 26 | app_main | / | Path does not match |
| 27 | app_pages | /{url} | Path almost matches, but Requirement for "url" does not match ((?!api|action|manual).*\/) |
| 28 | manual | /manual | Path does not match |
| 29 | app_primary_search | /action/search | Path does not match |
| 30 | app_primary_getsearch | /action/search/get | Path does not match |
| 31 | app_primary_removesessionbyprop | /action/{prop}/del | Path does not match |
| 32 | app_primary_sorted | /action/sorted | Path does not match |
| 33 | app_primary_reindexingsitemap | /action/reindexing-sitemap | Path does not match |
| 34 | app_primary_clear | /action/{sel}/clear | Path does not match |
| 35 | app_login | /login | Path does not match |
| 36 | app_logout | /logout | Path does not match |
| 37 | app_settings_setuserpassword | /action/settings/user/password/upd | Path does not match |
| 38 | app_settings_setuseremail | /action/settings/user/email/upd | Path does not match |
| 39 | app_settings_setuserdata | /action/settings/users/set | Path does not match |
| 40 | app_settings_upduser | /action/settings/users/upd | Path does not match |
| 41 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 42 | app.swagger | /api/doc.json | Path does not match |
| 43 | app.swagger_ui | /api/doc | Path does not match |
| 44 | _wdt | /_wdt/{token} | Path does not match |
| 45 | _profiler_home | /_profiler/ | Path does not match |
| 46 | _profiler_search | /_profiler/search | Path does not match |
| 47 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 48 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 49 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 50 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 51 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 52 | _profiler_open_file | /_profiler/open | Path does not match |
| 53 | _profiler | /_profiler/{token} | Path does not match |
| 54 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 55 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 56 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 57 | app_api_apibuild_getdata | /get/{entity} | Path does not match |
| 58 | app_api_apiroute_getdata | /api/get/{entity} | Path does not match |
| 59 | app_dashboard | /admin/{entity} | Path does not match |
| 60 | app_form_formdefault_actioncontent | /action/{prop}/{type} | 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.