Skip to content
    Moz logo Menu open Menu close
    • Products
      • Moz Pro
      • Moz Pro Home
      • Moz Local
      • Moz Local Home
      • STAT
      • Moz API
      • Moz API Home
      • Compare SEO Products
      • Moz Data
    • Free SEO Tools
      • Domain Analysis
      • Keyword Explorer
      • Link Explorer
      • Competitive Research
      • MozBar
      • More Free SEO Tools
    • Learn SEO
      • Beginner's Guide to SEO
      • SEO Learning Center
      • Moz Academy
      • MozCon
      • Webinars, Whitepapers, & Guides
    • Blog
    • Why Moz
      • Digital Marketers
      • Agency Solutions
      • Enterprise Solutions
      • Small Business Solutions
      • The Moz Story
      • New Releases
    • Log in
    • Log out
    • Products
      • Moz Pro

        Your all-in-one suite of SEO essentials.

      • Moz Local

        Raise your local SEO visibility with complete local SEO management.

      • STAT

        SERP tracking and analytics for enterprise SEO experts.

      • Moz API

        Power your SEO with our index of over 44 trillion links.

      • Compare SEO Products

        See which Moz SEO solution best meets your business needs.

      • Moz Data

        Power your SEO strategy & AI models with custom data solutions.

      NEW Keyword Suggestions by Topic
      Moz Pro

      NEW Keyword Suggestions by Topic

      Learn more
    • Free SEO Tools
      • Domain Analysis

        Get top competitive SEO metrics like DA, top pages and more.

      • Keyword Explorer

        Find traffic-driving keywords with our 1.25 billion+ keyword index.

      • Link Explorer

        Explore over 40 trillion links for powerful backlink data.

      • Competitive Research

        Uncover valuable insights on your organic search competitors.

      • MozBar

        See top SEO metrics for free as you browse the web.

      • More Free SEO Tools

        Explore all the free SEO tools Moz has to offer.

      NEW Keyword Suggestions by Topic
      Moz Pro

      NEW Keyword Suggestions by Topic

      Learn more
    • Learn SEO
      • Beginner's Guide to SEO

        The #1 most popular introduction to SEO, trusted by millions.

      • SEO Learning Center

        Broaden your knowledge with SEO resources for all skill levels.

      • On-Demand Webinars

        Learn modern SEO best practices from industry experts.

      • How-To Guides

        Step-by-step guides to search success from the authority on SEO.

      • Moz Academy

        Upskill and get certified with on-demand courses & certifications.

      • MozCon

        Save on Early Bird tickets and join us in London or New York City

      Unlock flexible pricing & new endpoints
      Moz API

      Unlock flexible pricing & new endpoints

      Find your plan
    • Blog
    • Why Moz
      • Digital Marketers

        Simplify SEO tasks to save time and grow your traffic.

      • Small Business Solutions

        Uncover insights to make smarter marketing decisions in less time.

      • Agency Solutions

        Earn & keep valuable clients with unparalleled data & insights.

      • Enterprise Solutions

        Gain a competitive edge in the ever-changing world of search.

      • The Moz Story

        Moz was the first & remains the most trusted SEO company.

      • New Releases

        Get the scoop on the latest and greatest from Moz.

      Surface actionable competitive intel
      New Feature

      Surface actionable competitive intel

      Learn More
    • Log in
      • Moz Pro
      • Moz Local
      • Moz Local Dashboard
      • Moz API
      • Moz API Dashboard
      • Moz Academy
    • Avatar
      • Moz Home
      • Notifications
      • Account & Billing
      • Manage Users
      • Community Profile
      • My Q&A
      • My Videos
      • Log Out

    The Moz Q&A Forum

    • Forum
    • Questions
    • Users
    • Ask the Community

    Welcome to the Q&A Forum

    Browse the forum for helpful insights and fresh discussions about all things SEO.

    1. Home
    2. SEO Tactics
    3. Technical SEO
    4. 403 forbidden error website

    Moz Q&A is closed.

    After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.

    403 forbidden error website

    Technical SEO
    4
    7
    3794
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as question
    Log in to reply
    This topic has been deleted. Only users with question management privileges can see it.
    • MaartenvandenBos
      MaartenvandenBos last edited by

      Hi Mozzers,

      I got a question about new website from a new costumer http://www.eindexamensite.nl/.

      There is a 403 forbidden error on it, and I can't find what the problem is.

      I have checked on: http://gsitecrawler.com/tools/Server-Status.aspx
      result:
      URL=http://www.eindexamensite.nl/ **Result code: 403 (Forbidden / Forbidden)**

      When I delete the .htaccess from the server there is a 200 OK :-). So it is in the .htaccess.

      .htaccess code: ErrorDocument 404 /error.html

      RewriteEngine On
      RewriteRule ^home$ / [L]
      RewriteRule ^typo3$ - [L]
      RewriteRule ^typo3/.$ - [L]
      RewriteRule ^uploads/.
      $ - [L]
      RewriteRule ^fileadmin/.$ - [L]
      RewriteRule ^typo3conf/.
      $ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !-l
      RewriteRule .* index.php

      Start rewrites for Static file caching

      RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|screens|showpic.php)/ - [L]
      RewriteRule ^home$ / [L]

      Don't pull *.xml, *.css etc. from the cache

      RewriteCond %{REQUEST_FILENAME} !^..xml$
      RewriteCond %{REQUEST_FILENAME} !^.
      .css$
      RewriteCond %{REQUEST_FILENAME} !^.*.php$

      Check for Ctrl Shift reload

      RewriteCond %{HTTP:Pragma} !no-cache
      RewriteCond %{HTTP:Cache-Control} !no-cache

      NO backend user is logged in.

      RewriteCond %{HTTP_COOKIE} !be_typo_user [NC]

      NO frontend user is logged in.

      RewriteCond %{HTTP_COOKIE} !nc_staticfilecache [NC]

      We only redirect GET requests

      RewriteCond %{REQUEST_METHOD} GET

      We only redirect URI's without query strings

      RewriteCond %{QUERY_STRING} ^$

      We only redirect if a cache file actually exists

      RewriteCond %{DOCUMENT_ROOT}/typo3temp/tx_ncstaticfilecache/%{HTTP_HOST}/%{REQUEST_URI}/index.html -f
      RewriteRule .* typo3temp/tx_ncstaticfilecache/%{HTTP_HOST}/%{REQUEST_URI}/index.html [L]

      End static file caching

      DirectoryIndex index.html

      CMS is typo3.

      any ideas?

      Thanks!
      Maarten

      1 Reply Last reply Reply Quote 0
      • jenallen
        jenallen Subscriber last edited by

        Hi everyone,

        I know this thread hasn't been active for a while but i'm looking for an answer relating to a similar issue. Our infrastructure team had issues a few weeks ago and were routing bot traffic to a slave server. This obviously flagged up 403 errors in webmaster tools.

        Having removed the traffic diversion our site hasn't been indexed in the three weeks since serving Googlebot with a 403 response. Does anyone have experience of Google delaying reindexing of a site after experiencing a 403 response?

        Thanks

        1 Reply Last reply Reply Quote 0
        • MaartenvandenBos
          MaartenvandenBos @loopyal last edited by

          Hi Alan,

          Ok we start cutting 🙂 the htaccess. I'll keep you posted.

          Thanks!

          1 Reply Last reply Reply Quote 0
          • MaartenvandenBos
            MaartenvandenBos @Anthony_NorthSEO last edited by

            Thanks Anthony!

            That's the strange thing, website is working only there is still a 403.

            We will check chmod status.

            1 Reply Last reply Reply Quote 0
            • loopyal
              loopyal last edited by

              Hello Maarten

              Those RewriteCond entries are cumulative and it looks like there are missing commands.

              Who edited that file last, and what did they change?

              The way conditionals work is you set a condition, Then you add a command, then a line break You can add more than one condition and it acts as AND

              This page has what look like too many conditions and not enough commands -but it could be ok

              Try adding a blank line between the rule entries and the Cond entries (but not between the Cond and the Rule entries)

              Here is what to do to test anything like this: Save a copy of the .htaccess Then start editing it Delete everything below ##Start rewrites See if that fixes it. If not, the problem is above or if that fixes it, the problem is below Keep cutting the file in half or adding half until you discover the problem line

              It is harder with all those conditionals, I suspect it is the lower block that is the problem

              So remove those Cond entries from the bottom up

              MaartenvandenBos 1 Reply Last reply Reply Quote 1
              • Anthony_NorthSEO
                Anthony_NorthSEO last edited by

                Follow up:

                I'm not seeing any errors when visiting the site (http://www.eindexamensite.nl/). It seems to be working perfectly. Could it be something client-side w/ your caching or system time?

                MaartenvandenBos 1 Reply Last reply Reply Quote 0
                • Anthony_NorthSEO
                  Anthony_NorthSEO last edited by

                  Hi Maarten,

                  I'm not extremely familiar .htaccess or the typo3 CMS, but it could be the issue is simply a result of misconfigured file permissions for a specific directory or path.

                  I'd check the permissions on all of the paths that are affected by the .htaccess and make sure they're readable and executable (7,5,5).

                  This could explain why you get the 200 status w/o the .htaccess but the 403 error with it.

                  Good luck!

                  1 Reply Last reply Reply Quote 1
                  • 1 / 1
                  • First post
                    Last post

                  Got a burning SEO question?

                  Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.


                  Start my free trial


                  Browse Questions

                  Explore more categories

                  • Moz Tools

                    Chat with the community about the Moz tools.

                  • SEO Tactics

                    Discuss the SEO process with fellow marketers

                  • Community

                    Discuss industry events, jobs, and news!

                  • Digital Marketing

                    Chat about tactics outside of SEO

                  • Research & Trends

                    Dive into research and trends in the search industry.

                  • Support

                    Connect on product support and feature requests.

                  • See all categories

                  Related Questions

                  • Dan_Tala

                    My website is constantly decreasing

                    loss of ranking

                    For few weeks ago my website is constantly decreasing in search position. I lost keywords and is gooooing down.
                    Although it is well rated on several on page and off page seo verification software that I have tried.
                    I checked Google search console and Analytics and found no major problems. However… from one day to another it keeps going down.
                    I also checked what the main competitors are doing and they are not doing well, at all.
                    The main competitor actually has a creepy website. Totally devoid of onpage or offpage SEO but with an enormous number of backlinks. And of a very bad quality, which should disqualify it, still…
                    Few weeks ago I changed something.
                    In the pages I had H1, 4xH2, no H3 and an H4 without content.
                    An unnatural H tag structure.
                    Now I have H1, H2, H3, 3xH4, with the coherent information.
                    Theoretically, Google should have been “happy” or I’m missing something. I use a SAAS platform.
                    I just found out that they made changes to the keywords (tags).
                    I am selling toner cartridges for printers.
                    So…
                    The tags are printer models and generate a url in which they have the products.
                    Ex. https://www.sertit.ro/cartus-imprimanta-cilindru-color-hp-laserjet-pro-m-177fw goes to the products for that printer model.
                    The question is… should I make tag canonical?
                    Is it possible for products to loose so much in Google search?

                    Technical SEO | | Dan_Tala
                    0
                  • vaskrupp

                    Website ranking declined after connecting to CDN

                    Hi! We are trying to rank https://windowmart.ca for various local search terms. Our head office is in Edmonton where we try to rank https://windowmart.ca/edmonton-windows-doors/ for such terms as "windows Edmonton", "replacement windows Edmonton", "windows and doors Edmonton" as well as others. The website was the leader in its niche for around 2 years. Then we've got some server related issues, moved to a new server and connected CDN Nitropack that really improved our google speed test results. Recently we noticed that our rankings started to drop. Do you know if Nitropack can negatively effect local SEO rankings? Thank you!

                    Technical SEO | | vaskrupp
                    0
                  • kmarsh

                    GMB Bulk Upload Error

                    Hello! I am continuing to have issues with the bulk upload option.Currently, there are 12 non-verified locations in a location group in my GMB account. I have approximately 6-8 more that need to be added to this group via bulk upload. When uploading the spreadsheet, I receive an error reading "You've exceeded the limit for the about of locations you can upload to Google My Business in a single day. Try again later." It seems to happen specifically to the locations that aren't in my GMB account already. The others, the ones already in the account, are fine and simply read "No updates" when the bulk upload sheet is read. Everything else is marked as an error. Why is it marking some listings as nonviable when they come in via the bulk verification spreadsheet, which has been downloaded directly from the links Google has provided, and filled in with the help of the sample and amenities list?How do we finish uploading all of the remaining locations?I have another group, separate group (same company, groups split into US and International) under my name that may also need a bulk upload - what can I do to avoid this error in the future? Can they still be bulk uploaded to my account after I upload the first location group's listings?If you could provide any guidance, I'd be very grateful.Thanks in advance!

                    Technical SEO | | kmarsh
                    0
                  • GhillC

                    Broken canonical link errors

                    Hello, Several tools I'm using are returning errors due to "broken canonical links". However, I'm not too sure why is that. Eg.
                    Page URL: domain.com/page.html?xxxx
                    Canonical link URL: domain.com/page.html
                    Returns an error. Any idea why? Am I doing it wrong? Thanks,
                    G

                    Technical SEO | | GhillC
                    1
                  • AliMac26

                    Duplicate content and 404 errors

                    I apologize in advance, but I am an SEO novice and my understanding of code is very limited. Moz has issued a lot (several hundred) of duplicate content and 404 error flags on the ecommerce site my company takes care of. For the duplicate content, some of the pages it says are duplicates don't even seem similar to me. additionally, a lot of them are static pages we embed images of size charts that we use as popups on item pages. it says these issues are high priority but how bad is this? Is this just an issue because if a page has similar content the engine spider won't know which one to index? also, what is the best way to handle these urls bringing back 404 errors? I should probably have a developer look at these issues but I wanted to ask the extremely knowledgeable Moz community before I do 🙂

                    Technical SEO | | AliMac26
                    0
                  • ClaireH-184886

                    403 forbidden error how to solve them

                    hi, i have been using a great tool today called screaming frog which was shown to me by Thomas Zickell when i used the tool i found some worrying things for my site www.in2town.co.uk. what i have found is, i have a large number of 403 forbidden status on my home page and i do not know why here is an example http://www.in2town.co.uk/emmerdale/emmerdale-debbie-hits-rock-bottom it loads fine but on the tool it shows it as an error and shows it as having no meta tags or anything but there is meta tags in there can anyone please let me know how to solve this and why it has happened many thanks

                    Technical SEO | | ClaireH-184886
                    0
                  • Oxfordcomma

                    Increase 404 errors or 301 redirects?

                    Hi all, I'm working on an e-commerce site that sells products that may only be available for a certain period of time. Eg. A product may only be selling for 1 year and then be permanently out of stock. When a product goes out of stock, the page is removed from the site regardless of any links it may have gotten over time. I am trying to figure out the best way to handle these permanently out of stock pages. At the moment, the site is set up to return a 404 page for each of these products. There are currently 600 (and increasing) instances of this appearing on Google Webmasters. I have read that too many 404 errors may have a negative impact on your site, and so thought I might 301 redirect these URLs to a more appropriate page. However I've also read that too many 301 redirects may have a negative impact on your site. I foresee this to be an issue several years down the road when the site has thousands of expired products which will result in thousands of 404 errors or 301 redirects depending on which route I take. Which would be the better route? Is there a better solution?

                    Technical SEO | | Oxfordcomma
                    0
                  • anchorwave

                    Best 404 Error Checker?

                    I have a client with a lot of 404 errors from Web Master Tools, and i have to go through and check each of the links because Some redirect to the correct page Some redirect to another url but its a 404 error Some are just 404 errors Does anyone know of a tool where i can dump all of the urls and it will tell me If the url is redirected, and to where if the page is a 404 or other error Any tips or suggestions will be really appreciated! Thanks SEO Moz'rs

                    Technical SEO | | anchorwave
                    0

                  Get started with Moz Pro!

                  Unlock the power of advanced SEO tools and data-driven insights.

                  Start my free trial
                  Products
                  • Moz Pro
                  • Moz Local
                  • Moz API
                  • Moz Data
                  • STAT
                  • Product Updates
                  Moz Solutions
                  • SMB Solutions
                  • Agency Solutions
                  • Enterprise Solutions
                  Free SEO Tools
                  • Domain Authority Checker
                  • Link Explorer
                  • Keyword Explorer
                  • Competitive Research
                  • Brand Authority Checker
                  • Local Citation Checker
                  • MozBar Extension
                  • MozCast
                  Resources
                  • Blog
                  • SEO Learning Center
                  • Help Hub
                  • Beginner's Guide to SEO
                  • How-to Guides
                  • Moz Academy
                  • API Docs
                  About Moz
                  • About
                  • Team
                  • Careers
                  • Contact
                  Why Moz
                  • Case Studies
                  • Testimonials
                  Get Involved
                  • Become an Affiliate
                  • MozCon
                  • Webinars
                  • Practical Marketer Series
                  • MozPod
                  Connect with us

                  Contact the Help team

                  Join our newsletter
                  Moz logo
                  © 2021 - 2025 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                  • Accessibility
                  • Terms of Use
                  • Privacy

                  Looks like your connection to Moz was lost, please wait while we try to reconnect.