creating a root folder for my application server

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
pshart3@mac.com
Forum Newbie
Posts: 1
Joined: Fri Feb 14, 2003 12:18 pm

creating a root folder for my application server

Post by pshart3@mac.com »

:( Hello,
I have installed Complete PHP4 for macintosh 10.2.3. I am working in Dreamweaver MX, in the tutorials, it says "after installing your application server, create a root folder for it."

It goes into great detail where to install it on a windows system, but not a word about where to install it on a macintosh.

I have Apache2 and PHP4 both installed at /library.

Can someone help with this newbie and confusing question?

Thanks in advance to anyone who repsonds.
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

if it is only for yourself and testing locally you could just put it in your own home-dire, I dont know macosX but i assume they use standard unix dirs like /home/username, so you could make it /home/username/myapp or something like that..
Post Reply