[wp-trac] [WordPress Trac] #20746: Accessing non-existing theme folder in Network install gives 500 error
WordPress Trac
noreply at wordpress.org
Thu Sep 17 14:58:50 UTC 2015
#20746: Accessing non-existing theme folder in Network install gives 500 error
---------------------------------------+-----------------------------
Reporter: arkimedia | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Future Release
Component: Rewrite Rules | Version: 3.3.2
Severity: normal | Resolution:
Keywords: needs-testing needs-patch | Focuses: multisite
---------------------------------------+-----------------------------
Comment (by conner_bw):
There are two ways to set up WP Multisite (See
https://codex.wordpress.org/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite)
+ Subfolder
+ SubDomain
The rule changed in this TRAC ticket is for SubFolder. Ok. Cool. But how
does one change the rule for SubDomain which manifests the same behaviour?
AKA:
{{{
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
}}}
Example server error with existing WP rule:
+ http://connerbw.pressbooks.com/wp-content/themes/missing/404.css
--
Ticket URL: <https://core.trac.wordpress.org/ticket/20746#comment:31>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list