Showing posts with label index. Show all posts
Showing posts with label index. Show all posts

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');?>