Hey , I want to redirect all traffic that goes to some directory to another url...
htaccess looks like this:
redirect /
http://www.blabla.com/main.php?id=affiliate
and It redirects to url, but adds old directory name at the end of url...so it finally looks like
http://www.blabla.com/main.php?id=af...ddirectoryname
how to avoid adding this old directory name to final url ?
Thanks !