Currently the site is built so that it would be in the root of a domain, e.g attack.mitre.org/. However, if the site were to be deployed to a sub-path, e.g example.com/attack-site/, we need a way of configuring it so that the absolute hyperlinks work properly. In this example, the link /techniques/ would link to example.com/techniques/ where it should link to example.com/attack-site/techniques/.
Depending on how this is done it may affect the link-parsing in the previous-versions feature.
Currently the site is built so that it would be in the root of a domain, e.g
attack.mitre.org/. However, if the site were to be deployed to a sub-path, e.gexample.com/attack-site/, we need a way of configuring it so that the absolute hyperlinks work properly. In this example, the link/techniques/would link toexample.com/techniques/where it should link toexample.com/attack-site/techniques/.Depending on how this is done it may affect the link-parsing in the previous-versions feature.