|
Posted by mickysoft.org@gmail.com on 04/05/07 07:59
On Apr 5, 7:52 am, bray <brad...@sonomacomputer.com> wrote:
> I'm sorry, could you be a little more clear? Document root directory? Do
> you mean the http root directory?
>
> Simon Stienen wrote:
> > On 2007-04-05 05-53-18, bray wrote:
>
> >> I'm using Windows Server 2000 with Apache with a secondary hard drive
> >> which will contain the http information. Does php have to be installed
> >> in the http drive or the root windows directory?
>
> > You can put PHP wherever you want to. I'd strongly recommend to keep it out
> > of the document root directory, though.
>
> > Your PHP zip file should come with an install.txt. This has all the
> > information you need to set up PHP with Apache. Except maybe: If you're
> > running Apache 2.2, you'll have to get another server api dll,
> > php(4|5|whatever)_apache2.dll won't ruun with an Apache 2.2, you'll need
> > php5_apache2_2.dll (should be packed as of 5.2.0)
>
> > HTH
Hey, the Document root directory is the folder that contains the
webpages / webdata and is usually "apache/htdocs".
You should really try PHPTriad ( http://sourceforge.net/projects/phptriad/
) since it`s an apache / php / mysql bundle or you may try XAMPP
( http://www.apachefriends.org/en/xampp.html ) wich is basicly the
same thing.
Micky
[Back to original message]
|