You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Status

Proposal needs feedback

Target Release

4.1

Original Authors

Dave Johnson and Sean Gilligan

Abstract

This is a proposal to enable subdomain and/or multi-domain support in Roller.

Requirements

  • Allow Roller to use blog handles as subomains (e.g. http://handle.baseurl.com)
  • Allow one Roller instance to specify different URLs for different weblogs, stored in the database
  • Ensure that each weblog is only accessed by one root URL

Issues

  • Is this design flexible enough to meet most of the requests we've seen so far?
  • How to avoid a repeat of "handle" in the pathInfo of the URL (e.g. http://handle.baseurl.com/handle)
  • Requires adding URL column to weblog table

Design

TBD

  • No labels