I want to redirect users whenever they type http://webmail.example.com
they are redirected to localmail.example.com
The local server is local server is localserver.gleanerjm.com
the apache2.conf is as follows:
ServerName webmail.example.com
ProxyPass / https://localwebmail.example.com
I want to redirect users whenever they type http://webmail.example.com
they are redirected to localmail.example.com
The local server is local server is localserver.gleanerjm.com
the apache2.conf is as follows:
ServerName webmail.example.com
ProxyPass / https://localwebmail.example.com