NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Bug Forum 403 Forbidden
Started by frendlyZ

frendlyZ

frendlyZ

Member
Joined
06 Nov 2020
Last Seen
26 Feb 2023
Topics
1
Posts
1

Hello, 

after setting friendly-url in .htacces, I can't access my forum page.
It throws me a 403 Forbidden error, but when I directly go to forum posts, I can see them.

I tried setting permissions to full in /modules/Forums, but the issue persists. 
I would be happy for any answer, thanks.

frendlyZ · over 3 years ago
larabrian

larabrian

Member
Joined
22 Dec 2021
Last Seen
22 Dec 2021
Topics
0
Posts
1

This error indicates that the server has determined that you are not allowed access to the thing you've requested, either on purpose or due to a misconfiguration . It's probably because the site owner has limited access to it and you don't have permission to view it. The vast majority of the time, there's not much you can do to fix things on your (*client) end. There are four common causes for 403 Forbidden error (server side) . Here they are listed from most likely to least likely:

 

  • An empty website directory
  • No index page
  • Incorrect settings in the .htaccess file
  • Permission / Ownership error

 

If authentication credentials were provided in the request, the server considers them insufficient to grant access. The client SHOULD NOT automatically repeat the request with the same credentials. The client MAY repeat the request with new or different credentials. However, a request might be forbidden for reasons unrelated to the credentials.

 

 

larabrian · over 2 years ago