'want to redirect my domain to another domain but also need to extract some data from first domain and use it in redirection using .htaccess

I have a domain http://order.pipasha.co.uk/ that is pointing to http://perkss.co/ by using IP address, this does not change current domain in url tab.

Now I want to get incoming request at http://perkss.co/ and extract order and pipasha (i.e 1st and 2nd parameter of the domain) from http://order.pipasha.co.uk/ and redirect it again to next domain like this order.perkss.co/pipasha/order

But I also want to keep current domain that will http://order.pipasha.co.uk/



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source