I want to redirect domain.com/folder1/nisanth.php?id=1
to domain.com/folder2/nisanth.php?id=1
. How can i write my htaccess line? I tried using
Redirect 301 /folder1/nisanth.php?id=$1 /folder2/nisanth.php?id=$1
but no use.
I want to redirect domain.com/folder1/nisanth.php?id=1
to domain.com/folder2/nisanth.php?id=1
. How can i write my htaccess line? I tried using
Redirect 301 /folder1/nisanth.php?id=$1 /folder2/nisanth.php?id=$1
but no use.