Hello,
I'm new to Redirections in Apache web server,
Can anyone tell me how to do the following:
I want to redirect:
http://www.domain.com/index.php?product=(variable)
To:
http://sub.domain.com/index.php?product=(variable)
Variable is numeric, I only want a 301 permanent redirection from domain to subdomains just for that specific category.
Hope someone will help