• Resolved redcastor

    (@redcastor)


    Hello,

    Create new site with domain path not work.

    Example:
    My install: https://www.test.com/my-site/wp-admin
    The create site url: https://www.test.commy-site/teamredcastorio/wp-admin/

    The problem is on line 57 includes/register/register-actions.php
    you concat the domain and the path for worpress multisite you must provide the domain and the path in different args key ‘domain’ and ‘path’

    Can you change like this
    line 57: $net_domain = get_network()->domain;
    line 84: ‘path’ => untrailingslashit(get_network()->path) . $path,

    Regards,

    Auban

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Register site not work with path’ is closed to new replies.