
April 8th, 2002, 09:50 AM
|
|
Contributing User
|
|
Join Date: Oct 2001
Location: Boston
Posts: 261
Time spent in forums: 9 h 37 m 16 sec
Reputation Power: 8
|
|
|
proper syntax httpd.conf
I am adding this line into a virtual host declaration in the httpd.conf file on Apache running under win2000:
php_value include_path "C:/Program Files/Apache Group/Apache/htdocs/site/lib";"C:/Program Files/Apache Group/Apache/htdocs/site/modules/templates"
I need to have two include directories, but I don't know what the separator syntax is with windows. Right now I have the semi colon in there, but windows doesn't like that.
Any assistance would be appreciated.
|