-
The Ultimate Guide to HTTP Status Codes
Reading Time: 5 minutes The Ultimate Guide to HTTP Status Codes HTTP Status Codes HTTP Request Methods HTTP defines request methods to indicate the desired action for a resource. Here are the 9 important request methods: HTTP Status Codes Here is the complete list of HTTP status codes. 1XX Informational 2XX Successful 3XX Redirection 4XX Client Error 5XX Server […]
-
How to disable RSS feeds in WordPress?
Reading Time: 2 minutes 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 […]
-
Redirect non-www to www with Apache and NGINX
Reading Time: 3 minutes 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 […]