The download link on the main phoenix website uses the following link:
<a href="http://darkageofcamelot.com/sites/daoc/files/downloads/DAoCSetup.exe" target="_blank" class="nk-btn nk-btn-lg nk-btn-color-main-1 link-effect-2">Game Client</a>
EA has changed the actual transport for this URL to HTTPS, which means that browsers that don't have aggressive HSTS settings (or the domain policy for the playphoenix.online already configured) that the file won't download when the link is clicked.
To fix this, please update the source for the main page to the following:
<a href="https://darkageofcamelot.com/sites/daoc/files/downloads/DAoCSetup.exe" target="_blank" class="nk-btn nk-btn-lg nk-btn-color-main-1 link-effect-2">Game Client</a>
<a href="http://darkageofcamelot.com/sites/daoc/files/downloads/DAoCSetup.exe" target="_blank" class="nk-btn nk-btn-lg nk-btn-color-main-1 link-effect-2">Game Client</a>
EA has changed the actual transport for this URL to HTTPS, which means that browsers that don't have aggressive HSTS settings (or the domain policy for the playphoenix.online already configured) that the file won't download when the link is clicked.
To fix this, please update the source for the main page to the following:
<a href="https://darkageofcamelot.com/sites/daoc/files/downloads/DAoCSetup.exe" target="_blank" class="nk-btn nk-btn-lg nk-btn-color-main-1 link-effect-2">Game Client</a>