hello all i have a domain a where my site is and now i have a short domain of my main site b i want to diect all the trafics from domain b to domain a like
www.b.com/xyz.php?id=23 to www.a.com/xyz.php?id=23
and this all by htaccess only right now i am using index page with this code
header('location:www.domain.com');
if you have any idea please let me know any help is appreciated Thankyou