#60738 closed defect (bug) (duplicate)
WordPress installation page '/wp-admin/setup-config.php' shows 404 link
Reported by: | fanly | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
File location: /wp-admin/setup-config.php
Problem description: 404 dead link in file https://wordpress.org/documentation/article/editing-wp-config-php/
<?php printf( /* translators: 1: Documentation URL, 2: wp-config.php */ __( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ), __( 'https://wordpress.org/documentation/article/editing-wp-config-php/' ), '<code>wp-config.php</code>' );
Attachments (3)
Change History (8)
#1
@
7 months ago
- Component changed from General to Upgrade/Install
- Milestone changed from Awaiting Review to 6.6
#3
follow-up:
↓ 5
@
7 months ago
- Milestone 6.6 deleted
- Resolution set to duplicate
- Status changed from new to closed
#5
in reply to:
↑ 3
@
7 months ago
Replying to audrasjb:
However it is a duplicate of #60732 and the issue has already been partially fixed in [57793].
True, though I would say a broken link is a worse experience than just an extra redirect, so this should probably be brought to the attention of the Documentation team to make sure all the redirects are properly created.
Alternatively, these link updates could probably be merged to the 6.5 branch to avoid further reports.
Note: See
TracTickets for help on using
tickets.
The Chinese version also has an incorrect 404 link