.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

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Passing Variables from AngelScript to C++ -