Quote:
Originally Posted by Jafo232
You may want to try running this script in your wordpress document root and calling it directly:
Code:
<?php
// current directory
echo "My current working directory is " . getcwd() . "\n";
?>
It could point you in the right direction.
|
Thanks for the quick response. I will give this a shot tomorrow and report back. I'll see if we can get a little info for those people using IIS.