gtag

URL customization in Hybris

  1. Update the local.propetries entries as follows.
    website.sample.http=http://sample.local:9001/store
    website.sample.https=https://sample.local:9002/store
    samplestorefront.webroot=/store
    samplestorefrontContextRoot=/store
  2. Update the following entry in extensioninfo.xml under storefront.
    webmodule jspcompile="false" webroot="/store"
  3. update site url pattern in site.impex as follows.
    (?i)^https?://sample.[^/]+(|/.|\?.)$
  4. Update the urlEncodingAttributes. ex: language, storefront
  5. add following entry in host file.
    127.0.0.1 sample.local 
  6. now access the store with https://sample.local:9002/store/

1 comment: