contacts:
https://hostname:1080/users/email.address@domain.com/contacts/
or
https://hostname/users/email.address@domain.com/contacts/
with apache redirect
RedirectMatch (.*)$ http://hostname:1080/$1
contacts:
https://hostname:1080/users/email.address@domain.com/contacts/
or
https://hostname/users/email.address@domain.com/contacts/
with apache redirect
RedirectMatch (.*)$ http://hostname:1080/$1
Last articles