Well, you gotta edit the file httpd.conf 9i dont know where had you installed apache, 
but i think u can find this file at: c:\program files\apache group\apache\conf.

Open it!
Go to line where it is specified "document root"...

DocumentRoot "C:\Inetpub\wwwroot\"

after that... edit this:
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "C:\Inetpub\wwwroot\">

To use PHP: use this

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php3 .php .phtml .php3 .html .htm
Action application/x-httpd-php3 "/php/php.exe"


> MY PROBLEMS IS. THAT I DON'T KNOW HOW TO CONFIGURE MY APACHE SERVER TO USE
> MY C:\Inetpub\wwwroot\SITES I HAVE THERE
> THAT'S MY PROBLEM.
> THANKS FOR YOUR COLABORATION.
> YOIS
>  


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

Reply via email to