Hello all of you, I am new to programming, I have a problem with my website, I want to redirect my website from virtuoso.co.in to http://www.virtuoso.co.in (non www to www).. I am using .htaccess file for redirection as I have read somewhere, but it is not working. I think maybe my .htaccess code is wrong or maybe 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!
Maria
_______________
Virtuoso IT Solutions Pvt. Ltd.
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!
Maria
_______________
Virtuoso IT Solutions Pvt. Ltd.