Does anyone know how to disable the Apache welcome page in a self hosted version of XM? There is a security issue with this page.
Thank you to anyone who has already done this?
Julie
Applicaitons Analyst
Julie, Not sure if it disables the Apache Home page, but you could certainly add a line of code into the ..apachehtdocsindex.html file to apply an auto-redirect to the main XM Login page if somebody attempts to access the URL for the Apache Home page.
You may need to check with Support or technical consulting team, but the line of code would be before the <html> tag in the index.htnl file and contain something like the following:
<meta http-equiv="refresh" content="0;url=https://***YOUR XM LOGIN URL HERE***"/>
You can test this in your TEST system before making any changes to your PROD to ensure it gives you what you need.
Kind Regards,
Niall