Changes between Initial Version and Version 1 of Ticket #56583
- Timestamp:
- 11/25/2022 07:05:15 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56583
-
Property
Component
changed from
Networks and Sites
toPermalinks
-
Property
Component
changed from
-
Ticket #56583 – Description
initial v1 1 1 Hello 2 2 I have installed WP 6.0.2 on my Server in a subdirectory 3 /var/www/example.org/wp 3 `/var/www/example.org/wp` 4 4 After install I activated Multisite. 5 5 I 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/subsite8 Then I used an own domain example2.org instead of example.org/wp/example29 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` 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`). 10 10 This seems to me a bug, as it should work since WP 3.5 as I read in doc. 11 11 Thank.frank