My website isnt working #154867
-
Select Topic AreaQuestion Bodyhi so i made a "website" following BroCode's tutorial (https://www.youtube.com/watch?v=HGTJBPNC-Gw) and "hosted" my website on github using this video:https://www.youtube.com/watch?v=e5AwNU3Y2es however when i go the website im met with this: i think im doing smth wrong but i followed the host tutorial step by step so please help 😭 🙏 my website: https://fridgedoors.github.io/website/ |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 5 replies
-
|
Hi @fridgedoors, Taking a look at your repo I noticed that the structure is wrong, you need an Your structure is as follows:
This is how it should be:
So basically you have to delete the |
Beta Was this translation helpful? Give feedback.
-
|
Welcome to the GitHub Community, @fridgedoors , we're happy you're here! You are more likely to get a useful response if you are posting your question(s) in the applicable category. Check out this Guide on how to post in the right category. It'll ensure your questions and discussions reach the right people faster! This particular discussion belongs in the Pages category, I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
|
I had the same issue on my website (Carpet Heroes) turns out my |
Beta Was this translation helpful? Give feedback.
-
|
Website issues can be really frustrating, especially when everything seems fine on your end but the site still won’t load properly. I’d recommend checking hosting status, DNS settings, and any recent plugin or theme changes first — many times the issue is something small but technical. In industries like Vending Media, where digital systems and smart vending platforms rely heavily on smooth website performance, keeping your site optimized and regularly maintained makes a huge difference. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, first check your DNS settings and hosting status—sometimes the issue is from the server side or cache. |
Beta Was this translation helpful? Give feedback.
-
|
Sounds like it could be a DNS, hosting, or cache issue — worth checking if it’s down for everyone or just you. |
Beta Was this translation helpful? Give feedback.
-
|
قد يكون سبب توقف الموقع مشكلة في الاستضافة أو أخطاء في ملفات النظام أو حتى انتهاء صلاحية الدومين. أنصحك أولًا بفحص سجل الأخطاء والتأكد من إعدادات DNS والاستضافة. |
Beta Was this translation helpful? Give feedback.
-
|
If your website suddenly stops working, first check things like hosting status, DNS issues, SSL certificates, or recent plugin/theme updates. I had a similar issue while working on a project related to immigration processing analytics called PERM Timeline, and the problem turned out to be a caching conflict after a server update. Sometimes even small backend changes can break site functionality unexpectedly. |
Beta Was this translation helpful? Give feedback.
-
|
Sometimes this issue happens due to server overload or outdated scripts in mod APK-based tools. I faced a similar problem when testing alight motion mod apk 5.0.260, and clearing cache + reinstalling from a stable source fixed it for me. It’s also important to make sure the version you’re using is compatible with your device, otherwise crashes or blank screens can occur. |
Beta Was this translation helpful? Give feedback.
-
|
If your website isn't working, the issue could be related to hosting, DNS settings, server errors, expired domains, or recent changes to the site's configuration. Checking error logs and confirming that all services are running properly are good first steps in troubleshooting the problem. Website downtime can be frustrating, especially when it affects visitors and business operations. While looking for useful online resources recently, I also came across beca rita cetina 2026, which provides valuable information and support for students and families. Hopefully you're able to identify and resolve the issue quickly. |
Beta Was this translation helpful? Give feedback.
-
|
When a website stops working, the cause can range from server issues and hosting problems to DNS errors or recent configuration changes. A systematic troubleshooting approach—checking server status, reviewing error logs, and verifying domain settings—can often help identify the problem quickly. Website reliability is important for maintaining user trust and accessibility. Similarly, students often keep track of important opportunities such as unisa late applications to avoid missing key academic deadlines. Hopefully you're able to get your website back online soon. |
Beta Was this translation helpful? Give feedback.
-
|
If your website isn't working, start by checking your hosting, DNS settings, and recent updates. Even small tasks like converting oz to gramm can be easier with the right online tools while managing your website. |
Beta Was this translation helpful? Give feedback.

Hi @fridgedoors,
Taking a look at your repo I noticed that the structure is wrong, you need an
index.htmlin the root.Your structure is as follows:
/website├── /.github/workflows└── /HTML├── /audio├── /images├── index.html└── lyrics.htmlThis is how it should be:
/website├── /.github/workflows├── /audio├── /images├── index.html└── lyrics.htmlSo basically you have to delete the
HTMLfolder and put its contents in the root as shown above.