hi

The PHP installation manual instructs to specify doc_root in php.ini.
You should also add NOT to specify doc_root if the web server is hosting
multiple web sites. Otherwise, you will get weird results like a phpinfo
page displaying and other php pages not displaying ( HTTP 404 - File not
found - The page cannot be found). For example, if you add:

doc_root="c:\inetpub\wwwroot" in php.ini

and under c:\inetpub\wwwroot (which can be accessed by
http://127.0.0.1/) you have 2 web sites http://MYIBM/ and http//MYSUN/ ,
you will be able to access their contents if you type
http://127.0.0.1/MYIBM/ (instead of http://MYIBM/ ) and
http://127.0.0.1/MYSUN/ (instead of http://MYSUN/ ) respectively.

Regards
S.Ramjany
begin:vcard 
n:Ramjany;Salim
tel;work:230 203 4010
x-mozilla-html:TRUE
org:Telecom Plus Ltd;Media & Development
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Web Developer
fn:Salim Ramjany
end:vcard

Reply via email to