So I'd like to use a htaccess file to forward a domain:port onto another domain:port
In this case I'll use this example of what I want to achieve
DomainA.co.uk --> DomainB.co.uk
DomainA.co.uk/* --> DomainB/*
DomainA.co.uk:8000/* --> DomainB:8000/*
even better would be able to forward any and all ports on like so
DomainA.co.uk:*/* --> DomainB:*/*
Thoughts would be greatly appreciated,
Thanks
Henry
Addition : The OS i am running is cPannel/WHM 60.8 on CentOS