RE: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat

2002-09-27 Thread Jens Rosenthal
a slightly cracked startscript. -Ursprüngliche Nachricht- Von: Trevor Smith [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 27. September 2002 16:21 Cc: [EMAIL PROTECTED] Betreff: Re: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat I think the LoadModule and AddModule are cor

RE: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat

2002-09-27 Thread Moraes, Fabio
, 2002 11:21 AM > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-INST] PHP showing as Plain text in browser- > PHP-Apache-Red Hat > > > I think the LoadModule and AddModule are correct. > > > LoadModule php4_modulemodules/libphp4.so > > > > AddModul

Re: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat

2002-09-27 Thread Wilfredo I. Pachón López
You needd to add the lines: AddType application/x-httpd-php .php .php4 .php3 .phtml AddType application/x-httpd-php-source .phps Att: ,, / \ ((__-^^-,-^^-__)).-. `-_---' `---_-' Wilfredo I. Pachón López /v\ `

RE: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat

2002-09-27 Thread Jens Rosenthal
chricht- Von: Trevor Smith [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 27. September 2002 14:59 An: [EMAIL PROTECTED] Betreff: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat As the subject says I have apache running on redhat and anything using php simply shows the Plain te

RE: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat

2002-09-27 Thread Moraes, Fabio
check your LoadModule directive. bye, --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9548 > -Original Message- > From: Trevor Smith [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 9:59 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP showing a

[PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat

2002-09-27 Thread Trevor Smith
As the subject says I have apache running on redhat and anything using php simply shows the Plain text code when I view it through a web browser. My AddType's from httpd.conf: AddType application/x-httpd-php .php .php4 .php3 .phtml AddType application/x-httpd-php-source .phps