Monday 8 September 2014

Magento base url without index.php

Use below code to get Base url without index.php

<?php echo Mage::getStoreConfig('web/unsecure/base_url');?> 

No comments:

Post a Comment