How to redirect www URLs to non-www?

How to redirect www URLs to non-www?

You can redirect all of the requests for www.yourdomain.com domain to yourdomain.com by modifying your website’s .htaccess file. You have to add the following lines in the beginning of the file so that the redirection is properly set up: RewriteEngine On...