What is the best strategy for creating this site with multiple subdomains?
-
I’m creating a website for a school franchise, where there is the administrative headquarter and several branches (schools “children” of this headquarter).
So I think about a structure like this:
– mysite.org (the main site)
|__ first.mysite.org (a branch)
|__ second.mysite.org
|__ third.mysite.org
To make it easier, I want all sites (main and subdomains) to have an identical “Contact” page ( with google maps, contact form, address), ie, the exact same layout, just changing the address.
1) Should I use Multisite? For that I would have to create a different page for each subdomain, right? This would make it difficult to maintain, for example, a layout change, where I would have to repeat the same change on every page in every subdomain.
2) Should I have a single contact page for all subdomains, and change the page content dynamically via PHP, depending on the prefix of each subdomain?
What’s the best approach for this case?
Any suggestions are welcome, thanks.
- The topic ‘What is the best strategy for creating this site with multiple subdomains?’ is closed to new replies.