Implementation with subdomain
I am in the process of creating a website for my neighborhood. I don't have extensive web development experience, but I learn quickly and I'm a good self learner.
My overall site plan is thus: www.domain.com as the main neighborhood domain and then to have swim.domain.com, garden.domain.com, renovators.domain.com, etc. for each of the different community groups in the subdivision.
The main domain and all subdomains will have the same template structure and layout with the subdomains have an additional CSS for unique color schemes.
My goal is to have one unified calendar for all community groups and I have created that with categories for each group. On each subdomains template I will only display the events for the apprioate category and I have that figured out without issue.
My problem is twofold. If I go page www.domain.com/swim the calendar the popups work. However, if I go via swim.domain.com they do not. Furthermore, the esstyle.css does not seem to be getting applied completely. Some chages to the css are observed while others are not.
It seems like I am going to have to have multiple installtions of EPC for each subdomain. If I do that can each instance use the same data source (flat file or DB)? Are there any other more simple solutions that I am not aware of?
Here is a link to the actual site: swim.huntleyhills.net.
|