Can some Check my Site?

Website URL

tethystech.infinityfree.me

Error Message

404 Erroe

Other Information

I dont know if that error caused by my files or host i really need it for tommorow i hope someone sees it.

Hi and welcome to the forum! Did you read this article already?

6 Likes

im not really a well versed to anything i just need to do it for my school project i also not sure if 404 cause by my files or infinity i hope you can help me with this

Please take a look at the article and let us know what troubleshooting steps you have tried.

6 Likes

Welcome to the forum :slight_smile:

I appreciate that you’re still learning, but if you need a website for a school project, its important you learn how to debug errors. Trust me, it’ll save you a lot of stress and heartache. Not trying to chastise you, quite the opposite, I’ve been there, done that, and I’m hoping you can learn from my mistakes.

a 404 error is caused by the server not being able to locate the file its looking for.

So for example, if you navigate to “http://example.com/blog/images/gallery/photo.jpg” and photo.jpg is missing, then you’ll get a 404 error

Please check that you have an index.html or index.php file in the htdocs folder. This is case sensitive, so can’t have capitals.

If it is there, go look at your dashboard, and go into the individual domain thats causing the problem.

you should have a box that looks like this:

Can you check that see if there’s an error?

4 Likes

I checked your website with the Network tab open in the Developer Tools in my browser and I see a potential issue.

The first request to your website (http://tethystech.infinityfree.me/?i=1) redirect me to the URL http://tethystech.infinityfree.me/login.php].

That bracket at the end is not a typo I added, it’s actually there in the URL. And I suspect the actual URL should be login.php, not login.php].

Please try updating that in your code and see if that solves the issue.

6 Likes

thanks for this info i fixed it just now and i got 500 http error

Ok, so you can turn on php errors in your dashboard. That’ll let you see a more detailed error which will help you fix it

6 Likes

the error was gone but this is what it become

Did you do this?

7 Likes

i dont know what that means but i hope its something like this

i got in using https://tethystech.infinityfree.me/login.html

wait so i need to place which file my where login page will appear?

I see this:


So your login page seems to be appearing on my end, trying to go to the root of your site redirects me to it. Is that the intended behavior?

7 Likes

i just fixed it right now thanks to yall advice and W for the positive community

5 Likes