-
How to disable RSS feeds in WordPress?
You want to disable RSS feed in WordPress, and you don’t know how to do that? Here are 3 easy ways to do it. Simplest & Quickest way is Use a plugin If you’re a advance user and having knowledge of Programming Use WordPress hooks .htaccess rule to prevent access of the feeds Let’s review […]
-
Redirect non-www to www with Apache and NGINX
It is a common requirement for system and website administrators to redirect users to a common entry point for their website — also known as a canonical hostname. This is usually in one of two directions, i.e. www to non-www non-www to www. This brief guide shows techniques for achieving the latter and we […]