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
, 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
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\
`
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
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
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