Re: [PHP] PHTML files showing as blank pages

2008-01-08 Thread Daniel Brown
On Jan 8, 2008 12:58 PM, tedd <[EMAIL PROTECTED]> wrote: > At 3:37 PM -0800 1/5/08, Brady Mitchell wrote: > >On Jan 5, 2008, at 639AM, A.smith wrote: > >> I'm having a problem getting .phtml files to display in a web browser. I > >>can successfully display a test.php page as per PHP install instru

Re: [PHP] PHTML files showing as blank pages

2008-01-08 Thread Eric Butera
On Jan 5, 2008 9:39 AM, A.smith <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a problem getting .phtml files to display in a web browser. I > can successfully display a test.php page as per PHP install instructions but > the phtml files show up blank > (in firefox or IE). > > I have added these

Re: [PHP] PHTML files showing as blank pages

2008-01-08 Thread tedd
At 3:37 PM -0800 1/5/08, Brady Mitchell wrote: On Jan 5, 2008, at 639AM, A.smith wrote: I'm having a problem getting .phtml files to display in a web browser. I can successfully display a test.php page as per PHP install instructions but the phtml files show up blank (in firefox or IE). A bla

Re: [PHP] PHTML files showing as blank pages

2008-01-07 Thread Andy Smith
e error message I was seeing and now I can connect to the index.phtml page too. Thanks to those who replied, cheers Andy. - Original Message - From: "Brady Mitchell" <[EMAIL PROTECTED]> To: "A.smith" <[EMAIL PROTECTED]> Cc: Sent: Sunday, January 0

Re: [PHP] PHTML files showing as blank pages

2008-01-05 Thread Brady Mitchell
On Jan 5, 2008, at 639AM, A.smith wrote: I'm having a problem getting .phtml files to display in a web browser. I can successfully display a test.php page as per PHP install instructions but the phtml files show up blank (in firefox or IE). A blank page often means that there's an error o

Re: [PHP] PHTML files showing as blank pages

2008-01-05 Thread Casey
PROTECTED]>, php-general@lists.php.net Subject: RE: [PHP] PHTML files showing as blank pages Date: 05/01/08 18:20 Andy, try this AddHandler php5-script .php .phtml #AddType text/html .php .phtml AddType application/x-httpd-php .php

Re: [PHP] PHTML files showing as blank pages

2008-01-05 Thread Daniel Brown
On Jan 5, 2008 1:50 PM, A.smith <[EMAIL PROTECTED]> wrote: > Hi Bastien, > > thanks for the suggestion, unfortunately I still have no page displayed... > >thanks Andy. Are you restarting Apache after you've made the changes? Every time you modify php.ini or httpd.conf, you have to resta

RE: [PHP] PHTML files showing as blank pages

2008-01-05 Thread A.smith
Hi Bastien, thanks for the suggestion, unfortunately I still have no page displayed... thanks Andy. - Original Message From: Bastien Koert <[EMAIL PROTECTED]> To: A.smith <[EMAIL PROTECTED]>, php-general@lists.php.net Subject: RE: [PHP] PHTML files showing as

RE: [PHP] PHTML files showing as blank pages

2008-01-05 Thread Bastien Koert
Andy, try this AddHandler php5-script .php .phtml #AddType text/html .php .phtml AddType application/x-httpd-php .php .phtml .html .htm bastien > Date: Sat, 5 Jan 2008 14:39:49 + > To: php-general@lists.php.net > From: [EMAIL PROTECTED] > Subject

Re: [PHP] PHTML files showing as blank pages

2008-01-05 Thread A.smith
- Original Message From: Daniel Brown <[EMAIL PROTECTED]> To: A.smith <[EMAIL PROTECTED]> Cc: php-general@lists.php.net Subject: Re: [PHP] PHTML files showing as blank pages Date: 05/01/08 17:48 > > > A decent HOWTO to setup Apache2 and PHP5 on *nix sy

Re: [PHP] PHTML files showing as blank pages

2008-01-05 Thread Daniel Brown
On Jan 5, 2008 9:39 AM, A.smith <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a problem getting .phtml files to display in a web browser. I > can successfully display a test.php page as per PHP install instructions but > the phtml files show up blank > (in firefox or IE). > > I have added these