SubDomain not working

Username (e.g. epiz_XXX) or Website URL

shtayga.ga

Other Information

When I started using my website (which is on a custom subdomain), instead of opening my index.php, it sent me a 404 error.

It works for me! Try clearing your cache.

3 Likes

This is the main site with index.html
You need to click “влез в играта” or enter app.shtayga.ga

Do you see a pattern?
image

It looks like app.shtayga.ga redirects to “https://app.shtayga.ga/auth/login?q=/”, witch redirects to “https://app.shtayga.ga/error/404.php/” witch redirects to “https://app.shtayga.ga/auth/login?q=/error/404.php/” witch redirects back to “https://app.shtayga.ga/error/404.php/” creating an endless loop.

1 Like

Because something in php messed up…
Error 404 is because the server thinks file login.php doesn’t exist…
In my code: if I’m trying to open 404.php, i need to login (that part is my mistake)…

If i didn’t refer to 404.php it will stop and say: this page didn’t exist.

I just messed up the code

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