Joomla将子域插入URL

时间:2016-11-09 12:38:07

标签: php joomla

为了加载共享,子域URL应该用于组件的图像。有没有办法使用Joomla Framework命令生成包含子域的URL。

// main domain
$uri = JUri::getInstance();
echo $uri->toString();  // https://www.example.com

// how to get this out of it?
echo $uri->toString();  // https://img.example.com

我尝试使用$ uri-> getScheme()和$ uri-> getHost()命令创建,但是这种接缝风险太大,因为如果主域名类似于{{3 }}

0 个答案:

没有答案