Hi, No – as long as it’s on the same server.
Try making a file called test.php in your Magento root. Insert the following:
<?php echo $_SERVER['DOCUMENT_ROOT']; ?>
That will give you the path you’re looking for.
Have the same problem.
My test.php returns: /home/lifest65/public_html
Magento root is in subfolder “shop”
I have tried /home/mysite/public_html/app
I have tried /home/mysite/public_html/shop/app
Neither work. Now what?
Thanks
wizard247
Have the same problem.
My test.php returns: /home/mysite/public_html
Magento root is in subfolder “shop”
I have tried /home/mysite/public_html/app
I have tried /home/mysite/public_html/shop/app
Neither work. Now what?
Thanks
wizard247
Resolved! Duh – didn’t realise you actually had to include the filename… 😛
I have installe WordPress here:
/var/www/vhosts/e.org/httpdocs/wp_domain_com
And Magento here:
/var/www/vhosts/e.org/httpdocs/mage_domain_com
I have tried these paths:
/var/www/vhosts/e.org/httpdocs/mage_domain_com/app
/var/www/vhosts/e.org/httpdocs/mage_domain_com/app/
/var/www/vhosts/e.org/httpdocs/mage_domain_com/app/Mage.php
But nothing works – I see “invalid URL”…
Maybe dot (e.org) causes problems?