Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #23221, comment 14


Ignore:
Timestamp:
06/03/2013 05:45:56 AM (12 years ago)
Author:
andre.langer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23221, comment 14

    v2 v3  
    33
    44I have just done a clean install of Wordpress in an own directory different from the root directory and enabled Multisite (subdirectory) behavior. I can also not access the network administrator dashboard because the generated admin URL does not contain the mainsite subdirectory before wp_admin, which redirects me back to the frontend site of the original Wordpress installation giving a 404 for wp_admin/network.
    5 It is not only related to the wp-admin rewrite process, I also cannot access the frontend of a created multisite, the generated URL regularly points to http://domain.com/multisitesubdirectory, do I have to declare the wordpress subdir also when creating a new multisite (in comparison to the administration of wordpress url vs site url).
     5It is not only related to the wp-admin rewrite process, I also cannot access the frontend of a created multisite, the generated URL regularly points to http://domain.com/multisitesubdirectory. Do I maybe have to declare the wordpress subdir also when creating a new multisite (in comparison to the administration of wordpress url vs site url).
    66
    77The network wizard generated a config template with PATH_CURRENT_SITE set to "/".