Pls. let me know, how to redirect website from enec.co.cc to www.enec.co.cc. I tried to redirect it using .htaccess file. I wrote this code
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^enec.co.cc[nc]
RewriteRule ^(.*)$ http://www.enec.co.cc/$1 [r=301,nc]

but it is not working and showing some internal error.

thanks in advance.