hi guys... nice forum going on here
ok.. I've searched every topic about this almost close to what I need but I can't find the solution..
what I want to do is redirect an url to another one..
for example:
http://www.mysite.com/in8/index.php?cat=1&...link_sort_c=asc
to
http://www.mysite.com/index.php?module=PostWrap&page=action
If I could just specify which url redirect to where.. would be fantastic...
can this be done?
I don't need a wildcard directive for this... as it is not this only url.. it can be
http://www.mysite.com/in8/index.php?cat=2&...link_sort_c=asc
(note cat=2 instead of cat=1)
to redirect to
http://www.mysite.com/index.php?module=PostWrap&page=action2
thank you!