Forum Moderators: phranque
index.php?id=20003 to [abc.com...]
and say for index.php?id=20004 to [abc.com...]
i try this, but not working
Redirect 301 ^index.php?id=20003$ [abd.com...]
any ideas...
Thanks in advance
RewriteCond %{query_string} ^id=20003 RewriteRule ^index\.php$ [abc.com...] [R=permanent,L]
It is working but after redirecting it appends the id in the end. [abc.com...]
Thats i DO NOT want. is there any way to not to append the query string at last.
--Tbanks
RewriteCond %{QUERY_STRING} ^id=20003&?RewriteRule ^index\.php$ http://www.example.com/articles/filing-bankruptcy.p[b]hp?[/b] [R=301,L]
Jim