如何在Hybris中将localhost定向到mystorefront?

2020-09-20 01:34发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)现在,当我转到 https://...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


现在,当我转到 https://localhost:9002/

它会打开 hac (hybris管理控制台)。

我去的时候

https://powertools.local:9002/nystorefront/powertools/en/美元/购物车

我可以到达我的店面。

我要访问localhost:9002时到达mystore。

我该怎么办?

2条回答
能不能别闹
2020-09-20 02:28

只需将以下内容添加到您的local.properties:

  hac.webroot =/hac
  nystorefront.webroot =
  

这将使您可以通过例如 https://powertools.local:9002/nystorefront/powertools/en/USD

如果您想直接访问powertools CMS站点,则必须向CMS站点添加其他网址模式,例如

 (?i)^ https?://://[\ w- \ .:] +/。*
  

希望有帮助,

此致

Norbert

一周热门 更多>