RewriteRule ^/?$ "http\:\/\/www\.example\.com" [R=301,L]
Redirects works fine if i use http://example.com which redirects it to http://www.example.com but when i use some inner page as
http://example.com/results/?type1=&type2=&type3=&price=&x=31&y=7&flag=
then i want it to be redirected to http://www.example.com/results/?type1=&type2=&type3=&price=&x=31&y=7&flag=
For any http:// URL it should be redirected to http:
//www to avoid URLs duplication.
[edited by: incrediBILL at 7:44 am (utc) on Jul 8, 2012]
[edit reason] fixed formatting [/edit]