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

Database backup using ssh linux

The difference between React vs AngularJs