Forum Moderators: open
Send up a CF test page, first in FTP just to make sure the webserver is running Cold Fusion before bothering with sending up the rest of the CF files. CF test file, below
This code below, tests whether the Cold Fusion server can detect your IP and browser when pulling it up online.
<HTML>
<HEAD>
<TITLE>Hello!</TITLE>
</HEAD>
<BODY>
<CFOUTPUT>
Hello,<BR>
Your IP address is: <B>#REMOTE_ADDR#</B><BR>
Your browser is: <B>#HTTP_USER_AGENT#</B><P>
</CFOUTPUT>
</BODY>
</HTML>