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 entries

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 instructions but

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

Re: [PHP] PHTML files showing as blank pages

2008-01-07 Thread Andy Smith
] PHTML files showing as blank pages 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

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 entries

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 systems: http

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 php-general@lists.php.net Subject: RE: [PHP] PHTML files

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 restart

Re: [PHP] PHTML files showing as blank pages

2008-01-05 Thread Casey
@lists.php.net 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 .phtml .html .htm bastien

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