Cold Fusion MX server prob...
I've just installed Cold Fusion MX and I'm having difficulty when trying to view files from localhost.
http://localhost/jamanali/index.htm displays.
http://localhost/jamanali/test.asp displays the main content but doesn't include my include files (http://localhost/jamanali/includes/header.htm etc). Trying it as a PHP page has the same results.
Trying to display a .cfm page just tells me that there is a Internal Server error (#500).
Any ideas on where to begin fixing any of the above?
http://localhost/jamanali/index.htm displays.
http://localhost/jamanali/test.asp displays the main content but doesn't include my include files (http://localhost/jamanali/includes/header.htm etc). Trying it as a PHP page has the same results.
Trying to display a .cfm page just tells me that there is a Internal Server error (#500).
Any ideas on where to begin fixing any of the above?
create a file called moo.cfm then just use <cf_moo> from your other file (both need to be in the same folder unless you play with the template path),this is called a custom tag...
but you also have <cfinclude template="moo.cfm"> or
<cffile action = "read" file = "full_path_name" variable = "var_name" charset = "charset_option" >
HTH
~Jules
but you also have <cfinclude template="moo.cfm"> or
<cffile action = "read" file = "full_path_name" variable = "var_name" charset = "charset_option" >
HTH
~Jules
Thread
Thread Starter
Forum
Replies
Last Post
aaron_ions
General Technical
17
Nov 3, 2021 11:07 AM



