<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Timothy,<br>
<br>
You probably have only got the following line in your httpd.conf file:<br>
<br>
<i>AddType application/x-httpd-php .php</i><br>
<br>
Just add this line behind it:<br>
<br>
<i>AddType application/x-httpd-php .phtml</i><br>
<br>
It should be as simple as that.<br>
<br>
regards,<br>
<br>
Jacob<br>
<br>
-----Original Message-----<br>
From: <a class="moz-txt-link-abbreviated" href="mailto:chameleon-bounces@lists.maptools.org">chameleon-bounces@lists.maptools.org</a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:chameleon@lists.maptools.org">chameleon@lists.maptools.org</a><br>
Sent: 8/6/2005 7:21 AM<br>
Subject: [Chameleon] Recognizing the .phtml extension<br>
<br>
I am new to Chameleon. <br>
<br>
I am attempting to run the sample chameleon application.&nbsp; When I enter<br>
the URL to "index.phtml" the contents of the file (source) are displayed<br>
as plain text.&nbsp; The default for my Apache server is to display<br>
unrecognized files as plain text.&nbsp; This makes me think I may need to use<br>
the AddType directive in my Apache .conf file in order for my browser to<br>
properly handle a .phtml file.&nbsp; Any thoughts?<br>
<br>
Thanks, <br>
Tim <br>
<br>
&nbsp;&lt;&lt;ATT132488.txt&gt;&gt; <br>
<br>
</body>
</html>