Can't find parent Url in zend-framework

55 Views Asked by At

i have two Zend Framework site in one folder.one is in folder name "short/" other in "short/mobile/".I want the mobile Zend Frameworkversion can access the short folder, like if i use

<?php echo baseurl()?>/images

Its go to "short/mobile/images", but i want to go to "short/images"

0

There are 0 best solutions below