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"