AEM Resource Mapping is driving me crazy
we had this working in 5.6:
{ "jcr:primaryType": "sling:Mapping", "jcr:createdBy": "admin", "jcr:created": "Thu Jun 12 2014 21:19:45 GMT-0400", "sling:match": "55.55.55.55.4503", "sling:internalRedirect": "/content/oursite" }I would have expected that if we access: http://55.55.55.55:4503/en/home.html
it would redirect me to: http://55.55.55.55:4503/content/oursite/en/home.html
but I get a sad and dry 404.
What is the problem here?
Thank you.
edit: we are running 6.0.0.SP2