given Bloomreach 14.1 and this host definition in hst:myproject:
/local-env:
jcr:primaryType: hst:virtualhostgroup
hst:defaultport: 80
/nl:
jcr:primaryType: hst:virtualhost
hst:showcontextpath: false
hst:showport: false
/issues:
jcr:primaryType: hst:virtualhost
/local:
jcr:primaryType: hst:virtualhost
/site:
jcr:primaryType: hst:virtualhost
/hst:root:
jcr:primaryType: hst:mount
hst:alias: Main
hst:mountpoint: /hst:myproject/hst:sites/main
and hst:platform:
/local-env:
jcr:primaryType: hst:virtualhostgroup
hst:defaultport: 8080
/nl:
jcr:primaryType: hst:virtualhost
/issues:
jcr:primaryType: hst:virtualhost
/local:
jcr:primaryType: hst:virtualhost
/cms:
jcr:primaryType: hst:virtualhost
/hst:root:
jcr:primaryType: hst:mount
hst:ismapped: false
hst:namedpipeline: WebApplicationInvokingPipeline
and my host definitions:
127.0.0.1 site.local.issues.nl
127.0.0.1 cms.local.issues.nl
and some apache configuration to make the magic happen, I have the following issue…
- browse to http://site.local.issues.nl → works and shows site
- browse to http://cms.local.issues.nl → works and shows BRXM
- browse to htpp://localhost:8080/cms/console → works and shows BR console
BUT:
- browse to http://cms.local.issues.nl/console → doesn’t work
I get redirected to
http://cms.local.issues.nl/cms/?initialPath=/cms/
What am I missing, how to make “http://cms.local.issues.nl/console” work on my local machine?
Any help is appreciated!