Re: [users@httpd] URL redirection

2016-12-15 Thread Rich Bowen
On 12/15/2016 10:19 AM, John Williams wrote: > I need to redirect the contents of a URL site from (say) zzz.com to > (say) yyy.com/somepage.html. I need to have port 80 and port 443 > redirected. So the requirement is: > > http://zzz.com/ redirect to http://yyy.com/somepage.html:25999 > AND >

[users@httpd] URL redirection

2016-12-15 Thread John Williams
I need to redirect the contents of a URL site from (say) zzz.com  to (say) yyy.com/somepage.html.  I need to have port 80 and port 443 redirected.  So the requirement is: http://zzz.com/ redirect to http://yyy.com/somepage.html:25999ANDhttps://zzz.com/ redirect to https://yyy.com/somepage.html: