How to Remove WWW From URL through htaccess

How to remove www from url through htaccess. Suppose, if a user type http://www.example.com (example is the name of your domain) in their browser, you can automatically redirect them to http://example.com.

For website SEO (Search Engine Optimization) purpose, it is necessary that your blog or website either respond to http://www.example.com or http://example.com, but not both. Otherwise, search engines see duplicate content on the www and non-www domains, and may downgrade the site ranking.

In my previous posts, I have explained htaccess file and their importance. In this post, We will learn how to remove www from url through htaccess.

How to Optimize WordPress Database

In this blog post we are going to discuss how to optimize WordPress database and improve page loading time. WordPress is one of the most used CMS worldwide. It is one of the most awesome blogging platform. For any successful website/blog performance is the key factor. Optimizing database can definitely make a huge difference in load time. So let’s check what is optimization and how to optimize wordpress database.

How to Leverage Browser Caching in WordPress

How to leverage browser caching in WordPress. In this tutorial, we’ll discuss how to speed up WordPress blog and site by leveraging browser caching via htaccess & plugin.

How to Leverage Browser Caching in WordPress

How to Leverage Browser Caching in WordPress

Caching is one of the best ways to improve the overall performance of a website and blog. Caching static contents (such as Js, CSS, Images etc.) helps to improve the loading time of a webpage. In this article, I’ll discuss different ways to leverage browser caching in WordPress.