Cognos Analytics

 View Only
  • 1.  IIS/Apache Default /ibmcognos alias

    Posted Wed August 05, 2020 11:27 AM
    Does anyone have the steps on how to make IIS or Apache automatically add the /ibmcognos alias? 

    So if my Cognos url is https://cognos.companyname.com/ibmcognos, how can I adjust the config so that https://cognos.companyname.com goes to the Cognos URL instead of the IIS or apache default landing page?

    ------------------------------
    Todd Schuman
    ------------------------------

    #CognosAnalyticswithWatson


  • 2.  RE: IIS/Apache Default /ibmcognos alias

    Posted Wed August 05, 2020 11:49 AM
    Hi,

    The easiest way to achieve that in both web server is create a page called index.html in your web server root folder with code bellow:

    <html>
    
    <head>
    
    <meta http-equiv="refresh" content="0; URL='/ibmcognos'" />
    
    </head>
    
    </html>


    ------------------------------
    JEAM COELHO
    Cognos Solution Architect

    Linkedin: https://www.linkedin.com/in/jeamcoelho/
    ------------------------------



  • 3.  RE: IIS/Apache Default /ibmcognos alias

    Posted Wed August 05, 2020 03:17 PM
    Nice!  Thank you, sir!

    ------------------------------
    Todd Schuman
    ------------------------------