Anyone know how to get include to work with a webppliance web site?
If (web-server:document-root = x){
switch(include-dir){
case 'below document-root:
<!---php.include works--->
break;
case 'above document-root':
<!---php-include failes--->
break;
default:
<!---intense frustration ensues--->
}
}
ini_set('include_path') works except for directories above
the virtual server document rooot
of course keeping .php includes with sensitive data in a directory
inaccesible
to browsers is a best-practice issue - it doesn't seem possible within a
webpplicance controlled virtual web server environment (unless someone has
figured out how)
Pan ' peeve:clients who buy web hosting accounts on MS2000/IIS5.0 instead of
a nice *nix server'
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php