Search results

  1. D

    i want to redirect my website enec.co.cc to www.enec.co.cc

    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...
Top