Add forcibly www in the beginning of the url using HTACCESS ?

Add following code in your .htaccess file.
RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301

Most Popular

Enabling Gzip Compression of PHP, CSS, and JS Files Without mod_deflate

The difference between React vs AngularJs