Reputation: 41
I just installed Plone and having trouble understanding how to have my Plone site default to my index page in Ubuntu. I have tried using VMI and virtual_hosting monster but it is confusing.
Can anyone explain the easiest way to do this?
Upvotes: 2
Views: 112
Reputation: 1125058
Use the rewriterule witch to generate Apache rewrite rule configuration.
Set up your Apache server to use such a rewrite rule to point to your back-end Plone server.
See the Plone and Zope behind Apache knowledge base article on Plone.org for the nitty-gritty details.
Upvotes: 4