Hello Sir/Members .. I am having problem with my website redirecting from virtuoso.co.in to www.virtuoso.co.in .. but I am unable to solve it .. I am using .htaccess file as I have learned at somewhere for redirection and I think that the code is wrong or may be server problem..

my .htaccess code is:

Options +FollowSymLinks
RewriteEngine on
# index.html to /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html\ HTTP/
RewriteRule ^(.*)index\.html$ /$1 [R=301,L]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

Please help me out.. thanks in advance!

Regards
Maria Reese
_______________
Virtuoso IT Solutions Pvt. Ltd