Zack Katz
Member since Jul 16, 2009
- Profile: /members/3833-zack-katz.htm
- URL: http://seodenver.com
- Comments: 1
Recent Blog Comments By Zack Katz
-
Getting The Requested URL From The Page Request Object (Servlet) Without Using CGI
Posted on Jul 16, 2009 at 8:21 PM
Thank you for this code - it's so much harder to find this stuff for ColdFusion than it is for Apache! I'm trying to force www., and here's what my final code is: <code> <cfif (CGI.SERVER_NAME EQ "example.net")> <cfset strUrl = CGI.script_name & "?" & CGI.query_string /> <cfhe... read more »