Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的前端 url和后端 url不一样。
例子,
前端: http: //magento.com/ 后端: http: //my.magento.com/
前端: http: //magento.com/
后端: http: //my.magento.com/
然后,
如何从后端获取前端基本网址?
我没有带有自定义管理区域 URL 的商店,但我想这应该可行:
Mage::app()->getStore($storeId)->getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK);