Quote:
Originally Posted by nicholas.alipaz
I am on a Windows Server. Is there anything that would cause this not to work because of it? I am having tons of path issues. Even issues finding global.php.
I defined $vwd as F:\Domains\mysite\forum and it doesn't seem to work. What should I use if this isn't right?
|
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.