cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ASM Change Default URL Pattern

Former Member
0 Kudos
636

I need to configure the asm url differently than the default one like below. How can I achieve this?

default pattern : https://{domain}/?asm=true Required Pattern : https://{domain}/liveassist

Accepted Solutions (0)

Answers (2)

Answers (2)

arvind-kumar_avinash
Active Contributor
0 Kudos

Please put the following line in your .htaccess file:

 Redirect https://{domain}/liveassist https://{domain}/?asm=true
VinayKumarS
Active Contributor
0 Kudos

Hi Sourav,

ASM url is not maintained in the properties file. I think you can check in assistedservicestorefront extension for ChannelDecisionAspect.java. This has been implemented using AOP framework.

I think without changing the hybris logic you can write the rules on a webserver level for the Required Pattern : https://{domain}/liveassist to pass asm= true from the rules.

For example https://www.ibm.com/support/knowledgecenter/SSKTMJ_10.0.0/admin/conf_websiterulesandglobalwebsetting...