AtomVis
February 28, 2022, 9:13pm
1
http://atomvisualizer.infinityfreeapp.com
403 Forbidden
The website’s configuration prevents you from accessing this page.
I’m not sure if someone has answered this before but deleting my browser cache didn’t help. Am I going to need to upgrade to premium for this to work?
The 403 error only occurs on the quiz page. Every other page is entirely fine and i can’t think of anything that is particularly special about “answerhandler.php”
Oxy
February 28, 2022, 9:21pm
2
Hi and welcome to the forum
where is that quiz ? please URL
returns 404 not 403
means that file does not exist
make sure everything is uploaded
with login (in case of fail) you have another problem with the file
5 Likes
AtomVis
February 28, 2022, 9:53pm
3
oh yeah sorry i forgot that the quiz isn’t accessible without an account
I’ll make an account so that you can find it.
Username is NonAdminTest
Password is NonAdmin
AtomVis
February 28, 2022, 10:02pm
5
Yes, it’s in the database so it should work
AtomVis
February 28, 2022, 10:05pm
6
I’ve made another just called Test and the password is Test. Might have typed the password wrong twice earlier.
1 Like
Oxy
February 28, 2022, 10:09pm
7
AtomVis
February 28, 2022, 10:10pm
8
For me it shows up just under addquestion.
Oxy
February 28, 2022, 10:11pm
9
yes but your code looks for it in includes
dir
in addition, create an .htaccess file that will hide the dir listing
#Disable Directory Listings in this Directory and Subdirectories
Options -Indexes
.htaccess rules are a powerful way to control how your website behaves. It can be used to set pretty URLs, define error pages, restrict access and more. There are plenty of guides available to teach you everything that can be done with .htaccess.
This article can’t explain everything you can do with .htaccess rules, but it does explain how you can add them.
Create the .htaccess file in your htdocs directory
Every domain name on your account has a htdocs directory. Your first domain is attached…
2 Likes
AtomVis
February 28, 2022, 10:12pm
10
its supposed to be in includes.
Oxy
February 28, 2022, 10:15pm
11
how big is that file?
I think it is automatically deleted during upload
Sometimes, when you upload a file, the upload is completed but the file is deleted immediately afterwards. This is usually caused by one of the following issues:
The file is not in a htdocs folder
All websites files must be uploaded to either the main htdocs folder, or to the domain specific htdocs folder (like example.com/htdocs).
You cannot upload files to other directories on your account. If you try to create or upload files anywhere else, they will be deleted automatically.
The file type…
the last time I checked a moment ago it didn’t exist
AtomVis
February 28, 2022, 10:16pm
12
It’s 6kb but i have one thats 8kb which is working it think.
AtomVis
February 28, 2022, 10:17pm
13
i’ll try deleting and reuploading it
Oxy
February 28, 2022, 10:21pm
14
Now you don’t need me anymore (nor can I see dir list anymore)
You just need to make sure physically that all the files you need are in the right places.
btw. definitely uses a more powerful FTP client
The best and most reliable way to upload files is to use FTP. To upload files with FTP, you will need to following:
Your FTP username
Your FTP password
The FTP hostname
An FTP client
You can find your FTP username, password and hostname in the client area under the FTP Details section. The FTP password is the same as your hosting account and control panel password, which is different from the password for the client area. If you like videos better then text guides, you can find one at the bot…
It’s late so i’m going to sleep
someone else will help you if the problem persists
2 Likes
AtomVis
February 28, 2022, 10:22pm
15
Thanks for all your help, goodnight.
I’m also going to sleep and will try to fix things further tomorrow.
KangJL
March 1, 2022, 4:25am
16
I believe includes
is a reserved word. Try changing to other name
4 Likes
Thank you it works now!
I really appreciate everyone’s help.
1 Like
system
Closed
March 8, 2022, 8:58am
18
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.