Opened 7 years ago
Last modified 4 years ago
#27870 new enhancement
404 for wp-admin ?
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Administration | Keywords: | needs-patch close |
Focuses: | Cc: |
Description
Currently if you try to reach a non-existent admin page (site/wp-admin/bleh.php) you get a 404 from the public part of the blog
Wouldn't it be more logical to get a 404 that would match the admin environment? Or, at least, something along the lines of site/wp-admin/link-manager.php?
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
We don't actually have any rewrites configured for WP-admin, and doing so for this 404 seems unnecessary. Eventually our admin will be good enough for pretty URLs, but we're a long way from that.