Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4623 closed defect (bug) (fixed)

Error in documentation about Multisite

Reported by: bracol's profile bracol Owned by:
Milestone: Priority: normal
Component: HelpHub (wordpress.org/documentation) Keywords:
Cc:

Description (last modified by SergeyBiryukov)

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)

wp1.PNG (71.9 KB) - added by bracol 5 years ago.
front
wp2.PNG (13.7 KB) - added by bracol 5 years ago.
source code

Download all attachments as: .zip

Change History (5)

@bracol
5 years ago

front

@bracol
5 years ago

source code

#1 @SergeyBiryukov
5 years ago

  • Component changed from General to HelpHub
  • Description modified (diff)

#2 @SergeyBiryukov
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 @bracol
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

Note: See TracTickets for help on using tickets.