Skip to content
Discussion options

You must be logged in to vote

Pages would be great option for your use-case. You setup the different sites in Pages and you render data for each through different Pages collections.

Multi-site

You can easily setup up multi-sites with Pages, either as domains, subdomains or even as sub-folders. The pages router can handle this out of the box, you tell it the location of your sties and it will load your pages from there. You only need to setup your vhosts in Apache correctly yourself. For example:

<?php
return array(
    'sites' => [ 
        '[www.]?example.com/shop[*]' => JPATH_ROOT.'/sites/shop',
        '[www.]?example.com[*]'      => JPATH_ROOT.'/sites/site',
        'intranet.example.com[*]'    => JPATH_ROOT.'/sit…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by johanjanssens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants