Hello, all,
I have a weird issue with the dev network that I’m trying to set up in my home. I have an Ubuntu Server 14 (Trusty Tahr) running Apache2 and ColdFusion Server 11. When I first got CF Server installed, it worked great. I added the PHP module to Apache and it works great. I’m not sure what happened, or when it happened, but I created a “index.cfm” file and placed it in the /var/www/html/rrp folder. The code for it looks like this:
<!DOCTYPE html>
<html>
<head>
<title>This is a test</title>
</head>
<body>This is a test</body>
</html>
When I look at the page via browser (IE11), I get a big blank nothing. If I do a “View Source”, the code I see looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD>
<BODY></BODY></HTML>
I cannot figure out what is going on. Any help greatly appreciated.
V/r,