I've been having problems with DisplayBase attribute:
1- It's not prepared to deal with any http port other than 80.
I suggest change #CGI.SERVER_NAME# to #CGI.HTTP_HOST# at end of
formURL2attributes.cfm.
HTTP_HOST already contains :portnumber.
2- In a logon process I redirect from one cfm to another and I get this
content:
==================================================================================================
<base href="http://vmoneygilson.mydomain.com:81/AdminTasks/">HTTP/1.1
302 Found
Date: Wed, 03 Jan 2001 00:31:19 GMT
Server: Apache/1.3.12 (Win32)
Location:
/index.cfm?fuseaction=StartMenu&CFID=45622&CFTOKEN=63000649&UUID=42C98CE7-53BA-4798-B2160F761D9688A1
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
Found
The document has moved here.
Apache/1.3.12 Server at vmoneygilson.mydomain.com Port 81
==================================================================================================
Notice that <BASE HREF> was generated prior HTTP headers. For ie
doesn't matter. But for Netscape it's an ERROR.
In fact, I think BASE HREF cannot be generated when it's a redirect.
Any ideas ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com