stephenmcd / mezzanine

CMS framework for Django

Home Page:http://mezzanine.jupo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to serve different home page for different domains?

zzm88 opened this issue · comments

commented

I have three sites host on the mezzanine project. It goes well except that three domains goes to the same home.html template, which it's not what I want. What I need is routing requests to its own home template.
a.com -> home-a.html
b.com -> home-b.html
c.com -> home-c.html

You may try making home page a special page (see comments in your main urls.py) or using themes by site:
http://mezzanine.jupo.org/docs/multi-tenancy.html

Please use the mailing list for general help requests: https://groups.google.com/g/mezzanine-users