Hi, I have two wesites on host :
home/myname/public_html/ web_1(joomla) web_2(phalcon)
I'm stay at web_2, how can i get images from web_1? Thanks,
Hey
In bootstrap file you define path images , for example index.php
define('APP_PATH', '../web_1/folder/images');
Then use it