Hello all,
I tried following suggestions from some tutorials but I could find the solution to redirect dynamic URL from the OLD site(asp) to the new site with static URL
example:
Old dynamic URL = [
mysite.gov...]
New static URL = [
mysite.gov...]
I tried this RewriteCond but it didn't work
RewriteCond %{QUERY_STRING} ^art_id=61$ [NC]
RewriteRule desarrollo/mantenedores/art_indice.asp [
mysite.gov...] [R=301,L]
please help!
Thanks,
Pedro