/etc/map Production Publish IP Address
All,
I have internal redirects working as intended for our UAT, Stage, and Production sites when using a URL capture under /etc/maps.publish.(dev/stage/prod)/https i.e.
<preprod.dc.example.cloud
jcr:primaryType="sling:Mapping"
sling:internalRedirect="[/,/content/pathA/pathB]">
</preprod.dc.example.cloud>
<example.com
jcr:primaryType="sling:Mapping"
sling:internalRedirect="[/,/content/pathA/pathB]">
</example.com>
<www.example.com
jcr:primaryType="sling:Mapping"
sling:internalRedirect="[/,/content/pathA/pathB]">
</www.example.com>
We are using Adobe Cloud Manager and the Adobe support team is attempting to access / login into our Production Publish environments using the IP address of the box. Our etc mappings seem to be blocking logging in via the IP address.
My question is, how can I default accessing the box via an IP address to not use any of these mappings? Can I add an IP address mapping to allow default pathing behavior? Thanks for your support.