GenealogyCollective / gprime-archive

Genealogy Software
https://genealogycollective.github.io/gprime/
GNU General Public License v2.0
31 stars 7 forks source link

Deploy website in location other than / #15

Closed dsblank closed 7 years ago

dsblank commented 7 years ago

Currently, gPrime assumes that all URLs start with /. gPrime should be able to be deployed in a deeper path.

Need to register the handlers and match, and have all generated URLs included the path.

Tornado reverse() might be able to be used.