Forum Moderators: phranque
<VirtualHost *:80>
ServerName example.com
ServerAlias *.example.com
# Example for a windows configuration:
# Note, this is all one line (separated here to stop wrapping in the forum):
php_value include_path ".;C:/php/PEAR.;C:/Program Files/Apache
Group/Apache2/htdocs/example.com/includes"
# Example for a *nix configuration:
php_value include_path ".:/path/to/php/PEAR.:/path/to/example.com/includes"
</VirtualHost>