#51772 closed defect (bug) (fixed)
Add HTTP_AUTHORIZATION RewriteRule to the default multisite .htaccess file
Reported by: | pbiron | Owned by: | TimothyBlynJacobs |
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Login and Registration | Keywords: | has-patch |
Focuses: | multisite, rest-api | Cc: |
Description
This is a follow to #42790.
Among other changes (in [49109]) a RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
line was added to the default single site .htaccess file.
The same rewrite rule should be added to the default multisite .htaccess file (generated in network_step2()).
Change History (7)
This ticket was mentioned in PR #743 on WordPress/wordpress-develop by TimothyBJacobs.
4 years ago
#1
- Keywords has-patch added; needs-patch removed
#2
@
4 years ago
Thanks for catching that @pbiron! Could you verify that appears in the network setup step?
#5
@
4 years ago
- Component changed from REST API to Login and Registration
- Focuses rest-api added
- Version changed from 4.4 to trunk
#6
@
4 years ago
- Owner set to TimothyBlynJacobs
- Resolution set to fixed
- Status changed from new to closed
In 49607:
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/51772