on 2015 Apr 09 6:51 PM
I want to hide storefront name from the all URL's getting generated. My home page URL should be http://localhost instead of http://localhost:9001/yacceleratorstorefront/?site=electronics&clear=true .Similarly the product page URL should be http://localhost/PowerShot-A480/p/1934793 instead of http://localhost/yacceleratorstorefront/electronics/en/PowerShot-A480/p/1934793
Request clarification before answering.
Take a look at how it is done in the Commerce trails https://wiki.hybris.com/display/R5T/Creating+a+Code+Base+for+Your+Project
Specifically the changes that they make in the /config/local.properties for the storefront extension
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can define storefrontContextRoot= in your local.properties. For getting rid of 9001, you will need to run your server on port 80.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.