I have wabsite called vdo24.com ,it works with both www and non-www prefix. but i want redirect to http://vdo24.com
from http://www.vdo24.com
i tried many combination in my .htaccess file : but non of this works ,i don't know why ?
1-->>
RewriteCond %{HTTP_HOST} !^vdo24\.com [NC]
RewriteRule (.*) http://vdo24.com/$1 [QSA,R=301,L]`
2-->>
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]