Skip to content
  • this website is membership-only. Register an account to access more!
CDC Web DesignCDC Web Design
  • Start Here
  • Blog
  • Shop
    • With Geeks
      • Gadgets & Stuff
    • Our Clients
      • Cloth Reusable Pads (Women)
      • Boy things: New & Thrift
      • HBP Monitors & Other Health Units
    • Resources
      • Register with SPED TT Couriers (FREE)
  • Contact
  • About
  • Client Area
  • Cart
  • Login / Register
  • Menu

CDC Knowledge base

Some docs are only available to your membership; log in to access all docs.

Website Settings

  • How to change your website credentials the right way.
  • How to create a User Profile on your website
  • Allow visitors to register on your website!
  • Managing Coupons

Products

  • Managing Coupons
  • Set up product attributes
  • How to Edit / Create Product Categories
Online Course Products
  • Updating an online course: adding a video in LearnPress
  • Creating a new online course with LearnPress
Adding a Product
  • Adding a simple product
  • Adding a variable Product (product with options)
  • Adding a grouped product
  • Adding a virtual product
  • Adding a downloadable product
  • Adding an external / affiliate product
Managing my Products
  • How to Bulk Edit my Products?!
  • What is Quick Editing and how to use it?
  • Product Filtering – when to use it?
  • How to update SEO on products
  • How to Edit / Create Product Categories

Managing Client Orders

  • Order Statuses
  • Understanding the color codes on order statuses
  • Viewing and editing a single order
  • How to use order notes
  • Manually adding a new order (for a client)
  • Order Refunds – how it works.

WooCommerce Settings

  • Setting up Cash on Delivery
  • Set up shipping schedules to charge for delivery
  • Adding or disabling payment options on your website
  • Setting up “pay with Bank Transfer”

Service Requests

  • 403, 408, 401 status code errors, and what to do to fix it??
  • 404 – page not found – and what to do!?

Service Integration

  • How to sign into my WooCommerce App
  • How to update SEO on products

Managing my Website

  • How to clear Cache in my browser
  • How to speed up your website using your images
  • Maintaining your website to remain online & secure
  • Updating your website homepage
  • Securing your WordPress Website
  • How to recover a suspended website?
  • What if I want to host my website elsewhere?
  • Home
  • Knowlegebase
  • Service Requests
  • 403, 408, 401 status code errors, and what to do to fix it??

403, 408, 401 status code errors, and what to do to fix it??

List of Topics
  • What Causes 403 Forbidden Errors 
  • How to Fix the 403 Forbidden Error 
  • How the 403 Error Can Appear on Different Sites 
  • Similar Errors to 403 Forbidden 
  • FAQ

403 and other 4xx HTTP status code errors can appear from time to time. All of them are not scary, and just requires you to complete a few steps to a happy path again.

However, does your error code say you’re blocked from a site? If the issue is on your side, you can (probably) resolve it. This docs shares some things that you can do.

The 403 Forbidden error is an HTTP status code which means access to the page or resource you were trying to reach is blocked for some reason.

What Causes 403 Forbidden Errors 

Different web servers report 403 Forbidden errors in different ways, the majority of which we’ve listed below (see the Common 403 Error Messages section). Occasionally a website owner will customize the site’s error, but that’s not too common.

These errors are caused by issues where you’re trying to access something that you don’t have permission for. The error is essentially saying “Go away and don’t come back here” because the server’s access permissions indicate that you’re truly not allowed access or the permissions are actually improperly set up and you’re being denied access when you shouldn’t be.

How to Fix the 403 Forbidden Error 

Different website designs can produce 403 errors that might make them seem different from site to site but, overall, they are pretty much the same thing. Often, there’s not much you can do because the error typically stems from the development and design of the site (which can entail a few security functions at the website hosting level).

Occasionally, though, it could be a problem on your end. Here are a few things to try so you can confirm it’s not your side of the connection causing the problem.

  1. Check for URL errors and make sure you’re specifying an actual web page file name and extension, not just a directory. Most websites are configured to disallow directory browsing, so a 403 Forbidden message when trying to display a folder instead of a specific page, is normal and expected.This is, by far, the most common reason for a website to return the 403 Forbidden error. Be sure you fully explore this possibility before investing time in the troubleshooting below.If you operate the website in question, and you want to prevent 403 errors in these cases, enable directory browsing in your web server software.
  2. Clear your browser’s cache. Issues with a cached version of the page you’re viewing could be causing 403 Forbidden issues.
  3. Log in to the website, assuming it’s possible and appropriate to do so. The error message could mean that you need additional access before you can view the page.Typically, a website produces a 401 Unauthorized error when special permission is required, but sometimes a 403 Forbidden is used instead.
  4. Clear your browser’s cookies, especially if you typically log in to this website and logging in again (the last step) didn’t work. Be sure to enable cookies in your browser, or at least for this website if you do actually log in to access this page. The 403 Forbidden error, in particular, indicates that cookies might be involved in obtaining proper access.
  5. Contact your internet service provider if you’re still getting the 403 error, especially if you’re pretty sure that the website in question is working for others right now. It’s possible that your public IP address, or your entire ISP, has been added to a blocklist, a situation that could produce this error, usually on all pages on one or more sites. If that’s the case, and your ISP can’t help you, connecting to a VPN server from a region of the world that does permit access, should be enough to resolve the error. See How to Talk to Tech Support for some help on communicating this issue to your ISP.
  6. Come back later. Once you’ve verified that the page you’re accessing is the correct one and that the HTTP error is being seen by more than just you, just revisit the page on a regular basis until the problem is fixed.
  7. Plugin conflict and security errors. In some cases, the issue could be as a result of configuring a plugin incorrectly, and or installing software which conflicts with your website’s security settings. In this case, contact your website designer and share the details of the issue, how it came about and request guidance to move forward. Do not let down if they confirm whether or not you’ve completed all the steps above. A good web designer will perform all the necessary steps to support their own investigations.

How the 403 Error Can Appear on Different Sites 

These are the most common incarnations of 403 Forbidden errors:

  • 403 Forbidden
  • HTTP 403
  • Forbidden: You don’t have permission to access [directory] on this server
  • Forbidden
  • Error 403
  • HTTP Error 403.14 – Forbidden
  • Error 403 – Forbidden
  • HTTP Error 403 – Forbidden

The error displays inside the browser window, just as web pages do, and like all errors of this type, it can be seen in any browser on any operating system.

Windows Update might also report an HTTP 403 error but it will display as error code 0x80244018 or with the following message: WU_E_PT_HTTP_STATUS_FORBIDDEN.

Similar Errors to 403 Forbidden 

The following messages are also client-side errors and so are related to the 403 Forbidden error: 400 Bad Request, 401 Unauthorized, 404 Not Found, and 408 Request Timeout.

Several server-side HTTP status codes also exist, like the popular 500 Internal Server Error, among others.

FAQ

  • What does HTTP stand for? HTTP stands for HyperText Transfer Protocol. It’s the network protocol used by the World Wide Web that lets you open web page links and jump from one page to the next across search engines and other websites.

  • What does HTTP error 400 mean? The 400 Bad Request error is an HTTP status code meaning the request you sent to the website server, often something simple like a request to load a web page, was somehow incorrect or corrupted and the server couldn’t understand it. The error is often caused by entering or pasting the wrong URL in the address window.
What are your Feelings
Share This Article :
  • Facebook
Still stuck? How can we help?

How can we help?

404 – page not found – and what to do!?
List of Topics
  • What Causes 403 Forbidden Errors 
  • How to Fix the 403 Forbidden Error 
  • How the 403 Error Can Appear on Different Sites 
  • Similar Errors to 403 Forbidden 
  • FAQ

Work with us!

There is a lot of work to be done, to own a website like those you might be admiring. And the work must begin with you

A consultation would be perfect for you to raise questions, receive a full breakdown on costs and or to bounce ideas around to see what is possible for your website.

schedule a consultation

10:00 a.m. - 4:00 p.m. 
Tuesday - Fridays 
except MHDs*

Holidays & Weekends
are Mental Health Days (MHDs)
(by appointment only)

Shop our Tech
Privacy Policy
Terms & Conditions

Your project success is
in the plan and the commitment to it.

Copyright 2020 - 2023 © caridotcom | cdcwebdesign

Our goal is to support entrepreneurs with their online presence

  • Start Here
  • Blog
  • Shop
    • With Geeks
      • Gadgets & Stuff
    • Our Clients
      • Cloth Reusable Pads (Women)
      • Boy things: New & Thrift
      • HBP Monitors & Other Health Units
    • Resources
      • Register with SPED TT Couriers (FREE)
  • Contact
  • About
  • Client Area
    • Tuesday - Friday
    • 10:00 a.m. - 4:00 p.m.
  • Login

Existing clients click on "CLIENT AREA" for more support on your website. NEW clients, select "START HERE" Dismiss

Don't have an account?

register an account

Login

Lost your password?