.htaccess - htaccess redirect from one url to another url -
i bit stuck 1 redirecting 1 url url.
i want redirect
http://samedomain.com/?abc
to
http://samedomain.com/news/title
any highly appreciated. in advance.
this rewrite rule redirect http://samedomain.com/?abc http://samedomain.com/news/title:
rewriteengine on rewritecond %{query_string} ^abc$ rewriterule ^ /news/title/? [l,r=301]
Comments
Post a Comment