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

How to send emails using PHPmailer and GMAIL SMTP

What is difference between get and post method in php

WP Migrate DB