I cant access my url, 403 access denied

Website URL

abandonzmta.infinityfreeapp.com/fastdl

Error Message

it says 403 Access Denied

Other Information

i was about to make an external web to the users will download my files externally instead internally. this is for my mta sa server.

Random folders containing random data indeed shows 403 only.

If you wish others to be able to see the content in your folders, you must add

Options +Indexes

to your .htaccess file.

For more information please read

Also, please be adviced that our hosting isn’t meant to be used for anything except web hosting. Before you go on, please consider how your use case complies with our terms of service.

4 Likes

Please note that using our hosting as a download server is not supported and not allowed. We provide website hosting, not file hosting or file sharing.

4 Likes

Okay, because your website was recommended by chatgpt.

But why i cant access my url?

ChatGPT lies to you. Free ChatGPT uses old data, can misinterpret information, interpret jokes as facts, or simply hallucinate and think of new “facts” by itself.

Don’t trust anything ChatGPT says blindly. Always check it for yourself.

See what @Frank419 wrote.

4 Likes

I dont understand, why you’re not letting me to access my url. I want my website readable by everyone.

We’re not preventing you from accessing your URL, you’re preventing yourself from accessing your URL. If you want to be able to access your URL, you need to make it accessible.

And to do so, please follow the instructions that @Frank419 provided.

Please understand that we’re not an AI that you can just issue commands to to fix your problems. We’re people who can help you build your website, but not build it for you.

4 Likes

If you wanted to help me, then why you’re not allowing me to access my url. I need that your for some purpose.

Your own code is preventing you from accessing it. You need to fix your code to fix your site:

4 Likes

InfinityFree isn’t a managed service, it only provides hosting as-is. That means you’re in charge of setting up your website. You’ve already been instructed on what to do:

You’re the one who has to do this. Nobody here can change your .htaccess for you.

3 Likes

If you want to get help, why do you seem to completely ignore everything we’re telling you?

Because, to beat the dead horse:

It’s your website, you need to set it up. We just provide hosting, you need to build and setup your website, we’re not going to do it for you. It’s not accessible by default, but can easily made accessible by you. But then you do actually need to take action. Not just blame us for preventing you from doing something we have already told you how you can do it.

2 Likes

I understand everything, but what i wanted to know is how to make my website accessible to anyone. I set the directory 755 and etc but I can’t still visit my website. Anything i can do?

I don’t have really enough knowledge about this thing. And i guess i need someone to guide me. I don’t really have any idea how this thing will work hehe

We’re trying in every way to explain this, but you seem to ignore everything! Isn’t it simple to create a .htaccess file into htdocs/fastdl/ from the File Manager and add the line @Frank419 told you to put in to remove the 403 error?

3 Likes

I have this given .htaccess already and this is what’s inside

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

DO NOT EDIT THIS FILE

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 index.htm index2.html
and etc, i should add options +indexes inside the my .htaccess?

Not inside this one though! Open your htdocs folder, then open fastdl, then right click, click on “New File”, name it .htaccess and there you paste Options +Indexes and save!

4 Likes

Okay thanks, i understand it more now. Thanks for being specefic. It works.

1 Like

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