As i have changed my dynamic urls to static urls. now i have one dynamic url which is already distributed to so many sites. as i dont want to loose traffic whenever anyone trying to access my dynamic url.
My old url is http://www.mysite.com/download.php
i have written a rule in the .htaccess as
Redirect http://www.mysite.com/download.php http://www.mysite.com/download/?page=download
but its not working...
can anyone help me in this regard..
My code :
Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
RewriteEngine On
RewriteBase /
Header set Cache-Control "max-age=2419200, public"
Redirect http://www.mysite.com/download.php http://www.mysite.com/download/?page=download