You need to open your httpd.conf and add the extension lines to make it
parse php. Mine looked like this:
ServerRoot "C:/Dev/Apache Group/Apache"
ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4 .php3
But also this is on my windows box. Yours will look a bit different
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 02, 2001 7:30 AM
Subject: [PHP] How can i read php from browser??
> Hello,
> i have apache 1.3.19 configured with php 4.
> i think is configured ok because /usr/local/apache/logs/error_log says:
>
> Apache/1.3.19 (Unix) PHP/4.0.6 configured -- resuming normal
operations
>
> When i connect to machine via web, the browser (netscape) don't show me
> the text and open a window to download the page.
>
> Somebody can help me??
> Thanx, c-ya and regrets from Spain...;->
>
>
> +-----------------------------++-------------------------------------+
> | /"\ mailto:[EMAIL PROTECTED] |
> | \ / ASCII Ribbon Campaign |
> | X best view with Lynx & Pine |
> | / \ http://www.thebackrow.net |
> +--------------------------------------------------------------------+
>
> -------------------------------------------------------
> Mensaje enviado desde e-milio.com.
> Create una cuenta de correo gratuita en www.e-milio.com
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]