Story #3662
Updated by daviddavis over 6 years ago
Suppose I have publications A and B and I want to distribute them over http and https respectively. If I distribute them at content/A and content/B then I either have to make both available over http AND https or I have to make individual rewrite rules in my webserver configuration for each publication. configuration. I think the solution is to have two distribution prefixes (http and https) and then distribute A at content/http/A and B at content/https/B. Then I can just have two rewrite rules in my webserver configuration (one for (ie content/http and one for content/https) which takes care of ALL all my publications. Add this solution to the docs.