[wp-meta] [Making WordPress.org] #4623: Error in documentation about Multisite
Making WordPress.org
noreply at wordpress.org
Wed Jul 24 16:16:46 UTC 2019
#4623: Error in documentation about Multisite
---------------------+--------------------
Reporter: bracol | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Keywords:
---------------------+--------------------
Hello,
There is an error in the documentation about multisite.
The codex here : https://codex.wordpress.org/Create_A_Network is telling
us to see https://wordpress.org/support/article/create-a-network/
And on this last URL, there is a big error that occurs mutliple times in
the section ".htaccess and Mod Rewrite" :
{{{
RewriteRule ^(wp-(content|admin|includes).) $1 [L]RewriteRule ^(..php)$
wp/$1 [L]
}}}
is writen, instead of the good one :
{{{
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
}}}
When I checked the source code of the page, we can see it seems to be an
issue with the markdown:
{{{
RewriteRule ^(wp-(content|admin|includes).<em>) $1 [L]RewriteRule
^(.</em>.php)$ wp/$1 [L]
}}}
As you can see there is a <em>. See screenshots. Thank you.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4623>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list