Tag: 301 redirect

  • The Ultimate Guide to HTTP Status Codes

    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 Error 1XX Informational 2XX Successful 3XX Redirection…

  • How to disable RSS feeds in WordPress?

    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

    Redirect non-www to www with Apache and NGINX

    i.e. This brief guide shows techniques for achieving the latter and we demonstrate how to achieve this using two common web servers, Apache and NGINX. By “non-www” we refer to the “bare domain”, also known as the “naked domain” or “apex domain”; however, the same technique can be used for redirecting other source domains (e.g.…