Website denies responsibility for 403 forbidden error

  • Thread starter Thread starter DaveC426913
  • Start date Start date
  • Tags Tags
    Error
Click For Summary

Discussion Overview

The discussion revolves around a user experiencing a 403 Forbidden error when trying to access a specific website, following a recent software change on the site. Participants explore potential causes for the error, including server-side issues, user-side configurations, and the role of IP addresses.

Discussion Character

  • Debate/contested
  • Technical explanation
  • Exploratory

Main Points Raised

  • One participant notes that the error is likely generated by the server's logic, suggesting that the server is failing a condition without providing a clear reason.
  • Another participant proposes clearing cookies as a potential solution, indicating that old cookies might conflict with the new site code.
  • Concerns are raised about the possibility of a proxy setup affecting the user's IP, although the user believes their IP is correctly identified.
  • Participants discuss the differences in URLs that can and cannot be accessed, hinting at potential structural changes on the website.
  • Some suggest trying different browsers or accessing the site from different locations to isolate the issue.
  • One participant mentions that a common reason for 403 errors could be related to permissions or server configurations, including .htaccess directives.
  • A later reply indicates that the issue may have been related to specific IP addresses being blocked in the server's configuration.

Areas of Agreement / Disagreement

Participants express differing views on whether the issue lies with the user's setup or the website's server configuration. While some lean towards the idea that the problem is on the server's side, others suggest that user-side factors may also be at play. The discussion remains unresolved regarding the exact cause until later posts clarify that the issue was indeed server-related.

Contextual Notes

Participants mention various potential causes for the 403 error, including server-side configurations, user-side settings, and the impact of proxies. The discussion reflects a range of troubleshooting steps and hypotheses without reaching a definitive consensus until the later clarification about blocked IP addresses.

Who May Find This Useful

This discussion may be useful for users experiencing similar 403 Forbidden errors, webmasters dealing with server configurations, and those interested in troubleshooting web access issues.

DaveC426913
Gold Member
2025 Award
Messages
24,443
Reaction score
8,678
I've been on http://300mclub.org/ for years and years. Recently I am getting a 403 forbidden error.

They're recently had complete software changeover (i.e. pretty much since the last time I logged in). They are insisting it has nothing to do with this.

They have double checked my IP and insist that nothing on their end is blocking me. They want me to contact my ISP.

I'm trying to tell them that there is no question that it is their system actually throwing up the 403 page, and the only entity in the universe that knows why is their server logic. Somewhere in their code, my request is failing a condition, causing it to branch to an error - it's just not telling them why.

My question: is there any conceivable way that the problem is on my end - whether my IP, or my ISP or whatever?

Here is the content of their error page:403 - Forbidden Error
You are not allowed to access this address.
If the error persists, please contact the website webmaster.

If you are the webmaster of this site please log into Cpanel and check the Error Logs. You will find the exact reason for this error there.

Common reasons for this error are:

  • Incorrect file/directory permissions: Below 644.
    In order files to be read by the webserver, their permissions have to be equal or above 644. You can update file permissions with a FTP client or through cPanel's File Manager.
  • Restrictive Apache directives inside .htaccess file.
    There are two Apache directives which can cause this error - 'Deny from' and 'Options -Indexes'.
 
Computer science news on Phys.org
Two things you can try:

1. When I go there, the page changes to this - http://www.300mclub.org/home/
2. Clear your cookies for that site. It's possible that the new code doesn't like your old cookies.
 
I cleared all my cookies.

The only thing left I can think of (that I can do anything about) is that I set up a proxy on my router a few months back, to check out Netflix US. I gave it up as too fickle, but I guess my IP may still be spoofed.

Although ... when I check whatsmyip, it identifies me at my correct location, so that can't be it.
 
The URLS - between what I can access and what I cannot access - are different:

http://[B]www.[/B]300mclub.org/home/
http://300mclub.org/forums/index.php
 
Last edited by a moderator:
jedishrfu said:
Tell them you're going to buy a Toyota if they don't fix the problem.
Heh. Yeah. Threats aren't going to work.

jedishrfu said:
Here's some possible reasons why you got the 403:
Yeah. As far as I have determined, all problems lead back to them.
I'm only posting this here to see if I'm wrong about that.
 
Have you tried over a VPN?

I can't see what possible thing you could do to create a HTTP status code of any kind: A HTTP status code is created by a server in response to a request. If the webmaster analyzes your request, he should be able to identify what triggered the HTTP status code. It may not be easy sometimes, but it is the server who sent the response, something triggered it. Though, it could be a proxy server. I know that I used to be with Cloudflare for my website and I got rid of it because it was blocking requests for no apparent reasons (Mostly "522 Connection Timed Out", one of their own status code).

If it was on your end, you would have a browser error like "Server not found" or something like that.
 
jack action said:
but it is the server who sent the response, something triggered it.
Exactly what I'm trying to tell them.

"Hi Doorman; I'd like to come in."
"Sorry, you're not allowed."
"Why not?"
"I have no idea. It's got to be something about you."
"Well, you're the one stopping me. Why?"
"Sorry, all I know is you're not allowed in."
"How do you know??"
"I don't know how I know. But there's nothing wrong with me. It's got to be your problem. Maybe come back as someone else?"
 
Was it this doorman?



Maybe you didn't actually login i.e. press the the login button before you clicked on the forum link.
 
  • Like
Likes   Reactions: DaveC426913
  • #10
Thanks jedishrfu, for checking it out using my credentials.

Looks like it is related to my IP after all.
 
  • #11
You could try logging in at an Internet cafe or the library and or even a friends home too to try to isolate it.

Also don't forget to change your password on the site otherwise you might really become the proud owner of a virtual Toyota.
 
  • Like
Likes   Reactions: rkolter
  • #12
jedishrfu said:
otherwise you might really become the proud owner of a virtual Toyota.
...with a real debit from your credit card or bank account!
 
  • Like
Likes   Reactions: jedishrfu
  • #13
What happens if you try and access it behind hidemyass.com? Try an American and Iranian proxy.

A common reason to get strange 403s is having permissions to view a symlink, but not the item it links to.

Are you certain that you are not getting stopped somewhere in the route? If you traceroute the route, do you end up on the right server? When you go to a website, you actually hop through lots of servers. If any of those have a coaches entry tha is out of date, it'll return the wrong thing.
 
  • #14
I have never been to any of the sites listed, and have no logon to any of the sites listed. I am able to reach all three of these sites without issue using Windows 7 and IE 11.

http://300mclub.org/ - redirects to http://www.300mclub.org/home/
http://www.300mclub.org/home/ - (going directly)
http://300mclub.org/forums/index.php

So the answer to your question is yes. The issue is most likely not at their end, and is most likely at your end.

One possible exception comes to mind - there could be an issue with your account on their forums. Test this by going to a computer you've never used before, and going to the site - it should work. Try logging into the site with your forum username and password - if it works, the issue is with your machine (or something between you and them like your router or your ISP). If it gives you a 300 forbidden error, then the issue is probably with your account on their forums.
 
  • #15
Site admins came back, asked me to try again after doing some stuff.
I'm in.
 
  • Like
Likes   Reactions: Borg and jedishrfu
  • #16
DaveC426913 said:
Site admins came back, asked me to try again after doing some stuff.
I'm in.

Oh no!
 
  • #17
Gonna see if they'll spill what the fix turned out to be.
 
  • Like
Likes   Reactions: jedishrfu
  • #18
From the club president:
There were 4 groups of IP addresses that were blocked in the htaccess file. As far as I can tell they have been blocked since way before I became President. I had a member of the board that works in IT dig into it and he found them.
 
Last edited:
  • #19
I think they were planning an impeachment before they could impeach you.
 
  • #20
jedishrfu said:
I think they were planning an impeachment before they could impeach you.
Hah. Took me a while to get what you meant.

I'm not president; I'm just a free member.
The quoted passage was from the president to me.

I've updated the quote with an attribution.
 
  • #21
11uf76.jpg
 
  • Like
Likes   Reactions: StevieTNZ
  • #22
The 403 Forbidden error is an HTTP status code which means that accessing the page or resource you were trying to reach is absolutely forbidden for some reason

Solutions

1.Check for URL errors and make sure you're specifying an actual web page file name and extension, not just a directory.
2.Clear your browser's cache.
3. Clear your browser's cookies
4 .Contact the website directly. It's possible that the 403 Forbidden error is a mistake, everyone else is seeing it too, and the website isn't yet aware of the problem
5. Contact your ISP if you are still getting the 403 error, especially if you're pretty sure that the website in question is working for others right now.Regards,
Christian
 
  • #23
Marked as Solved. It was their fault.

See post 18.

"There were 4 groups of IP addresses that were blocked in the htaccess file."
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
1K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
14K
  • · Replies 6 ·
Replies
6
Views
5K