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

ASM Change Default URL Pattern

Former Member
0 Kudos
628

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

View Entire Topic
arvind-kumar_avinash
Active Contributor
0 Kudos

Please put the following line in your .htaccess file:

 Redirect https://{domain}/liveassist https://{domain}/?asm=true