Re: Mapping the Path
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Mapping the Path

From: Janwillem Borleffs <jw@jwscripts.com>
Date: Sun Jan 01 2006 - 02:10:17 CET

Jim Carlock wrote:
> Any recommendations on the best way to map paths?
>

IMO, the most convenient way to do this is to add a php_value directive to
the httpd.conf file:

php_value include_path ".;C:/Path to includes dir"

Or when using virtual hosts:

<VirtualHost *:80>
    php_value include_path ".;C:/Path to includes dir"
    ...
</VirtualHost>

JW
Received on Tue Jan 3 03:51:19 2006