Forum Moderators: phranque
Basically I was hoping someone could help me redirect a URL like this:
[mydomain.com...]
to:
[mydomain.com...]
Apparently the problems I'm running into is:
a) in a straight redirect line of code, the server doesn't read the query string
b) if i use a query capture script, i do not use the query in the target URL, so it doesn't seem like it would redirect properly (all the query strings would go to the same page?)
I'm somewhat of a layman with Apache and would appreciate any point in the right direction. Thanks.