Skip to main content
Known Participant
September 2, 2009
Question

Redirect index.cfm to root folder

  • September 2, 2009
  • 1 reply
  • 1413 views

Does anyone know how to tell if the url actually cantains index.cfm since all of the cgi scoped variables include it no matter if it is there or not.

    This topic has been closed for replies.

    1 reply

    ilssac
    Inspiring
    September 2, 2009

    Not from ColdFusion, since that redirect was done by the web server before the web server even new it was going to pass the request to the ColdFusion application server.

    whoisit28Author
    Known Participant
    September 2, 2009

    Thanks for your answer... is there a way to do it in IIS?