Changes between Initial Version and Version 2 of Ticket #63271
- Timestamp:
- 04/12/2025 07:38:09 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63271 – Description
initial v2 6 6 * .htaccess: Default settings 7 7 8 Site Structure: Main site ( ID=1) at root, additional site (ID=X, e.g., 2) in subdirectory /hu/(for Hungarian language).8 Site Structure: Main site (`ID=1`) at root, additional site (`ID=X`, e.g., 2) in subdirectory `/hu/` (for Hungarian language). 9 9 10 10 **Steps to Reproduce:** 11 11 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/`). 13 13 * 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>` 15 15 * Save the page. 16 16 * Reload the editor page. … … 22 22 **Actual Behavior:** 23 23 The 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>` 25 25 26 26 **Additional Information:** 27 27 28 28 This 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.29 Links to external domains (e.g., `https://www.google.com`) are not affected. 30 The main site (`ID=1`) is not affected.