I set my site address http://www.mysiteblabla.net on site configuration, but when i access without www, my site url not redirect to http://www.mysiteblabla.net.
Tofix this i add this code to my .httaccess
Pasted the following code under "RewriteEngine On" Section
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]