Ok, I got it to work. 
".cfm" was not associated in the ISAPI for this site ! :)

Now here is the go.cfm file
==========================================
<h1>go:</h1>
<cfoutput>
<hr>
#CGI.HTTP_REQUEST#
<hr>
#GetPageContext().getRequest().getRequestURL().toString()#
<hr>
#CGI.HTTP_REFERER#
<hr>
#Now()#
</cfoutput>
==========================================

But here are the result I get when going to http://go.mydomain.com/1234

==========================================
go:
----
----
http://go.mydomain.com/go.cfm 
----
----
{ts '2005-04-09 13:44:02'} 
==========================================

Neither the GetPageContext or HTTP_REQUEST are getting a value..
Help !! :)

Thanks.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202119
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to