I changed the database directly, and it still doesn’t work. I just recently switched to NetFirms, and it looks like it’s doing something strange when it resolves my add-on domain’s root directory. For instance, if I create an index.php file in my ../www/robbinsinternational/ directory (which should be the root directory for http://www.robbinsinternational.com), and I put this php code:
<?php echo $_SERVER[‘PHP_SELF’]; ?>
the page should show this:
/index.php
Instead, it shows this:
//robbinsinternational/index.php
Does anyone know where the $SERVER[‘PHP_SELF’] call is being made in the WordPress code? If I can find that out, I can change the call so that it trims off the excess part where the folder is being added.
Thanks again.
Richard