Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #63271


Ignore:
Timestamp:
04/12/2025 07:38:09 PM (10 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63271 – Description

    initial v2  
    66* .htaccess: Default settings
    77
    8 Site Structure: Main site (ID=1) at root, additional site (ID=X, e.g., 2) in subdirectory /hu/ (for Hungarian language).
     8Site Structure: Main site (`ID=1`) at root, additional site (`ID=X`, e.g., 2) in subdirectory `/hu/` (for Hungarian language).
    99
    1010**Steps to Reproduce:**
    1111
    12 * Create a new page or edit an existing page on the subdirectory site (/hu/).
     12* Create a new page or edit an existing page on the subdirectory site (`/hu/`).
    1313* Switch to the Code Editor.
    14 * Add an HTML link within the page content that points to a page on the same domain within the subdirectory site. Example: <a href="https://www.mydomain.io/hu/book-a-call/">link text</a>
     14* Add an HTML link within the page content that points to a page on the same domain within the subdirectory site. Example: `<a href="https://www.mydomain.io/hu/book-a-call/">link text</a>`
    1515* Save the page.
    1616* Reload the editor page.
     
    2222**Actual Behavior:**
    2323The URL is corrupted, with the subdirectory name being duplicated or altered. Example:
    24 <a href="https://www.mydomain.iohuhu/hu/book-a-call/">link text</a>
     24`<a href="https://www.mydomain.iohuhu/hu/book-a-call/">link text</a>`
    2525
    2626**Additional Information:**
    2727
    2828This issue only occurs on subdirectory sites within the Multisite environment.
    29 Links to external domains (e.g., https://www.google.com) are not affected.
    30 The main site (ID=1) is not affected.
     29Links to external domains (e.g., `https://www.google.com`) are not affected.
     30The main site (`ID=1`) is not affected.