How do you remove permissions?

Hello, I have a question. When I go to my website, it allows me and shows me my home page, but when I go to a directory on the website (e.g website.com/directory) it shows me a page that says “403 Forbidden” Please help!

Hmmm
Check your .htaccess file
If this code is in your .htaccess
Options -Indexes
Remove it

It’s not there, I will show my .htacess file: #################################################### DO NOT EDIT THIS FI - Pastebin.com

Hmmm

What’s your website url and what directory do you want to access

Well here’s the thing, I have a Minecraft Plugin to track what players type in chat, and each message creates a new URL

But what’s the url (IMPORTANT)

Sorry I didn’t see that. http://intoidlogs.rf.gd

Sigh I might be late to the party a bit. But I’ll list reasons that why you see 403.

  1. Folder name contains ‘chat’ string. Chat scripts aren’t allowed and file or folder with that name will be inaccessible.
  2. Your folder has no index.html or index.php
6 Likes

I’m sorry, I’m new to all this stuff, but I do have a folder, and it has an index.php

And what does the “chat” string mean?

From what @anon19508339 mean from chat string is folder named as “chat”.

1 Like

I’m sorry, I’m very confused. Is it not breaking a rule?

Chat scrips are not allowed to be used on infinityfree servers.
And if any folder on infinityservers is named as “chat” then it won’t be accessible and it will generate 403 forbidden errror.
So, if it’s not chat directory that is not accessible then share the directory which is not accessible.

1 Like

Ohhh, I see.

String means some specif letters attached to each other like a string. like chat string in specialchat.html

1 Like

Just change the name into like springwow.html, just don’t use chat name.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.