Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56583


Ignore:
Timestamp:
11/25/2022 07:05:15 AM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56583

    • Property Component changed from Networks and Sites to Permalinks
  • Ticket #56583 – Description

    initial v1  
    11Hello
    22I have installed WP 6.0.2 on my Server in a subdirectory
    3 /var/www/example.org/wp
     3`/var/www/example.org/wp`
    44After install I activated Multisite.
    55I added a website "example2" to the main site and permalinks are working, e.g.:
    6 example.org/wp/example2
    7 Sites are found as e.g. example.org/wp/example2/subsite
    8 Then I used an own domain example2.org instead of example.org/wp/example2
    9 and now the subsites of example2.org are only accessable with Permalinks > Simple (e.g. example2.org?p=123) but not with subsite names (e.g. example2.org/subsite).
     6`example.org/wp/example2`
     7Sites are found as e.g. `example.org/wp/example2/subsite`
     8Then I used an own domain `example2.org` instead of `example.org/wp/example2`
     9and now the subsites of `example2.org` are only accessable with Permalinks > Simple (e.g. `example2.org?p=123`) but not with subsite names (e.g. `example2.org/subsite`).
    1010This seems to me a bug, as it should work since WP 3.5 as I read in doc.
    1111Thank.frank