#4623 closed defect (bug) (fixed)
Error in documentation about Multisite
Reported by: | bracol | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | HelpHub (wordpress.org/documentation) | Keywords: | |
Cc: |
Description (last modified by )
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/, which links to https://wordpress.org/support/article/multisite-network-administration/ for more information.
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.
Attachments (2)
Change History (5)
#2
@
5 years ago
- Resolution set to fixed
- Status changed from new to closed
Hi @bracol, welcome to WordPress Meta Trac!
Thanks for the report, I've corrected the examples.
#3
@
5 years ago
Thank you! Really fast here :)
Are you handling core.trac too? Because I openned my first ticket 6 month ago, and I never get any message, so I was a bit sad. Maybe I didn't make myself clear enough?
=> #46136 https://core.trac.wordpress.org/ticket/46136
front