Hello,
We investigated the issue where this page is downloading instead of opening in Chrome/Firefox. The link works correctly on our local environment (localhost), but on the live server the response for this specific URL is being sent with an incorrect HTTP header (Content-Type). This causes some browsers (Chrome/Firefox) to treat it like a file download. Safari is more tolerant, which is why it may appear to work there.
Because this header is being set at the hosting/server configuration level (PHP handler / server headers), it cannot be fully resolved from within the website code alone.
Action required (hosting provider)
Could you please contact your hosting provider and ask them to fix the response headers / PHP handler configuration for your domain so that HTML pages are served with the correct header:
- Expected:
Content-Type: text/html; charset=utf-8
- Currently returned (wrong):
Content-Type: application/x-httpd-ea-php72
Affected page
www.clair-de-plume.be/spectacles/le-facteur-de-saint-nicolas.html
Once the hosting provider corrects this, the page should open normally in all browsers.
Kind regards