Jump to content

LucyFoster94

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by LucyFoster94

  1. Hi, 

    I'm having some issues with the subdomain, the homepage of the subdomain is working but the sub pages are throwing a 404 page. I've made sure to point the domains at the same file area. I've included my config code and a screenshot of the file tree.

    $config->MultisiteDomains = array(
        "codeweavers.io" => array( // domain name is used to map to root page
                "root" => "cw-home", // page name for the root page
                "http404" => 27
        ),
        "blog.codeweavers.io" => array(
                "root" => "blog",
                "http404" => 27
        )
    );

    I don't know if I've set something up wrong or have missed a step, but any help would be appreciated. 

    Lucy

    Screenshot 2019-10-22 at 09.50.49.png

×
×
  • Create New...