[PHP] Newbie Directory question

2003-07-12 Thread brian
I'm wondering if there is a way to have your php development files in
another directory other than htdocs when using apache. Similar to the
virtual directories IIS uses.

I have a dedicated hard drive for all of my development files seperate from
the drive apache is on. I do work in Cold Fusion and ASP as well as PHP and
would like to keep everything on one drive.

Thanks in advance for any help you can give.


Brian



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Newbie Directory question

2003-07-12 Thread olinux
You can set any directory as the web root in apache's
httpd.conf file.

You might also want to check out the virtualhost
directive. (there's an example in the default
httpd.conf file)

http://httpd.apache.org/docs/mod/core.html#documentroot
http://httpd.apache.org/docs/mod/core.html#virtualhost

olinux


--- [EMAIL PROTECTED] wrote:
 I'm wondering if there is a way to have your php
 development files in
 another directory other than htdocs when using
 apache. Similar to the
 virtual directories IIS uses.
 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php