Getting error '403 Forbidden'

My domain: ruben-versavel.ga
My .htaccess (thats placed by default in the root folder)

 ##################################################

#

# DO NOT EDIT THIS FILE DIRECTLY

#

# Create a new .htaccess file in your htdocs

# directory (or example.com/htdocs/ directory)

# to add your own rules or override these rules.

#

##################################################





DirectoryIndex index.php index.html index2.html



ErrorDocument 400 https://infinityfree.net/errors/400/

ErrorDocument 401 https://infinityfree.net/errors/401/

ErrorDocument 403 https://infinityfree.net/errors/403/

ErrorDocument 404 https://infinityfree.net/errors/404/

ErrorDocument 500 https://infinityfree.net/errors/500/

ErrorDocument 503 https://infinityfree.net/errors/503/

I have done a ‘Reset settings’ in the Cpanel… I don’t know what else i should do ?

I’m quite sure the file commentaries that written in this htaccess already told you what to do.

@MrJunior said:
I’m quite sure the file commentaries that written in this htaccess already told you what to do.

i have tried adding a .htaccess file to htdocs to override these settings. Nothing happened

Make sure you’re working with right htdocs folder, all I can say.

@MrJunior said:
Make sure you’re working with right htdocs folder, all I can say.

image:
Imgur

My HTML, CSS, are inside of the htdocs folder. There is only one of those folders so i’m pretty sure i’m not working inside a wrong one

I can tell I don’t see any .htaccess file there, is the file being deleted after uploading or what?

Also: if your domain is ruben-versavel.ga, then you should work in /ruben-versavel.ga/htdocs, but as I see you’re working if your main domain folder(/htdocs)…

Please make sure your htdocs directory contains an index file. There should be a file called index.html or index.php (all lowercase!). If you name the file anything else, it will not be recognized as the main page of the directory.