[wp-meta] [Making WordPress.org] #2620: Plugin Directory: Plugins with 'reserved' names are broken
Making WordPress.org
noreply at wordpress.org
Mon Apr 10 23:16:51 UTC 2017
#2620: Plugin Directory: Plugins with 'reserved' names are broken
------------------------------+------------------------------------
Reporter: Ipstenu | Owner:
Type: defect | Status: new
Priority: high | Milestone: Plugin Directory v3.0
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+------------------------------------
Changes (by SergeyBiryukov):
* keywords: needs-patch =>
Comment:
All of the plugins mentioned above appear to be working now.
On my local install, however, they still triggered a 500 error due to one
of the default Multisite rules in `.htaccess`:
{{{
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
}}}
Adding a slash after `wp-(content|admin|includes)` fixed that:
{{{
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes)/.*) $2 [L]
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2620#comment:7>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list