I developed my first shop using mezzanine.
If I run it with python manage runserver 0.0.0.0:8000
it works well, but if I try to put an apache virtualhost in front of it, the result I get is awful, because I only see the home page, but not the other ones.
I checked the generated HTML, and it looks very different.
I think it's a problem of mezzanine configuration, maybe on the configured sites, but I am not able to understand what I have to change.
Can you please give me a hint?