.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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -