HI I wanna redirect example.com to www.example.com on windows serverr so ewhat is the code in .htaccess. I have used one htaccess which is ratherly used on linux server but it won't work.
The code is: RewriteEngine on RewriteCond %{HTTP_HOST} ^example\.com$ RewriteRule (.*) http://www.example.com/$1 [R=301,L]