I want to load another site page using .htacces file. Eg: I have two sites A and B
If i open (site A )https://www.dev.example.com I want to load (site B page) https://www.example.com/test/id/1 page as it.
We can do this using Jquery/Moo-tools I i don't want to do it using Jquery Load function because its mainly work good for simple HTML page but my another page is too heavy and contain lot of Ajax based features
Thanks,