Hello,

Okay, this is what I've done,

1) remove the doc_root line in the file php.ini
2) Use a separate line for each AddType in the file httpd.conf

It still doesn't work.  Any ideas?

Thanks
Titus

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, January 21, 2002 1:27 AM
Subject: Re: [PHP-INST] phpinfo.php File Not Found


> It's quite simple really - NEVER list more than one AddType on a line.
> i.e.
>
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php .phtml
> AddType application/x-httpd-php-source .phps
>
> This should sort it out..
> Rgds,
> Mark.
>
>
>
>
> >>>>Hello,
> >>>>
> >>>>I just tried taking that line out, but it still gives me Error 404.
Any
> >>>>ideas?
> >>>>
> >>>>Titus
> >>>>----- Original Message -----
> >>>>From: "Christ Christoph (Erste)" <[EMAIL PROTECTED]>
> >>>>To: "'Titus Cheung'" <[EMAIL PROTECTED]>
> >>>>Sent: Monday, January 21, 2002 1:12 AM
> >>>>Subject: RE: [PHP-INST] phpinfo.php File Not Found
> >>>>
> >>>>
> >>>>> try not to set the doc-root. it works without that pretty nice on my
> >>>>> server....
> >>>>>
> >>>>> -----Original Message-----
> >>>>> From: Titus Cheung [mailto:[EMAIL PROTECTED]]
> >>>>> Sent: 21. ledna 2002 8:55
> >>>>> To: [EMAIL PROTECTED]
> >>>>> Subject: [PHP-INST] phpinfo.php File Not Found
> >>>>>
> >>>>>
> >>>>> Hello,
> >>>>>
> >>>>> I've installed Apache and PHP4 on my Windows 2000 Pro machine.  Can
> >>>>someone
> >>>>> tell me what I have done wrong?
> >>>>> When I use my browser to see http://localhost/phpinfo.php, it says
File
> >>>>Not
> >>>>> Found with Error 404.
> >>>>> The file is there and contains the code <? phpinfo() ?>
> >>>>>
> >>>>> I installed PHP4 in d:\php4, and set the following lines in my
php.ini
> >>>>file,
> >>>>> which resides in d:\winnt\:
> >>>>> doc_root =d:\program files\apache\htdocs
> >>>>> user_dir =
> >>>>> extension_dir = d:\php4\extensions
> >>>>>
> >>>>> The Apache is installed in d:\program files\apache group\apache\,
and I've
> >>>>> set the following lines in my conf\httpd.conf file:
> >>>>> ScriptAlias /cgi-bin/ "D:/Program Files/Apache
Group/Apache/cgi-bin/"
> >>>>> ScriptAlias /php4/ "D:/php4/"
> >>>>>     AddType application/x-httpd-php .php .phtml
> >>>>>     AddType application/x-httpd-php-source .phps
> >>>>> Action application/x-httpd-php /php/php.exe
> >>>>>
> >>>>> And yes, I did start the Apache server.  I can see http://localhost
> >>>>>
> >>>>> Thanks
> >>>>> Titus
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>>--
> >>>>PHP Install 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]
> >>>>
>


----------------------------------------------------------------------------
----


Hello,

I just tried taking that line out, but it still gives me Error 404.  Any
ideas?

Titus
----- Original Message -----
From: "Christ Christoph (Erste)" <[EMAIL PROTECTED]>
To: "'Titus Cheung'" <[EMAIL PROTECTED]>
Sent: Monday, January 21, 2002 1:12 AM
Subject: RE: [PHP-INST] phpinfo.php File Not Found


> try not to set the doc-root. it works without that pretty nice on my
> server....
>
> -----Original Message-----
> From: Titus Cheung [mailto:[EMAIL PROTECTED]]
> Sent: 21. ledna 2002 8:55
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] phpinfo.php File Not Found
>
>
> Hello,
>
> I've installed Apache and PHP4 on my Windows 2000 Pro machine.  Can
someone
> tell me what I have done wrong?
> When I use my browser to see http://localhost/phpinfo.php, it says File
Not
> Found with Error 404.
> The file is there and contains the code <? phpinfo() ?>
>
> I installed PHP4 in d:\php4, and set the following lines in my php.ini
file,
> which resides in d:\winnt\:
> doc_root =d:\program files\apache\htdocs
> user_dir =
> extension_dir = d:\php4\extensions
>
> The Apache is installed in d:\program files\apache group\apache\, and I've
> set the following lines in my conf\httpd.conf file:
> ScriptAlias /cgi-bin/ "D:/Program Files/Apache Group/Apache/cgi-bin/"
> ScriptAlias /php4/ "D:/php4/"
>     AddType application/x-httpd-php .php .phtml
>     AddType application/x-httpd-php-source .phps
> Action application/x-httpd-php /php/php.exe
>
> And yes, I did start the Apache server.  I can see http://localhost
>
> Thanks
> Titus
>
>


--
PHP Install 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 Install 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]

Reply via email to