im having problems on my website: https://spoxblox.rf.gd/ i made the html file’s name “SPOXBLOX_ A FREE Virtual World-Building Game with Avatar Chat, 3D Environments, and Physics.html” and for the site to register i have to name it “index.html” but the site will not work if the name isnt “SPOXBLOX_ A FREE Virtual World-Building Game with Avatar Chat, 3D Environments, and Physics.html” what do i do please help.
Hi and welcome to the forum! You’ll have to correct all the paths for your website files so the styles will load up properly even for us. Oh, and also make sure they’re uploaded properly.
Maybe make the title of your site:
SPOXBLOX_ A FREE Virtual World-Building Game with Avatar Chat, 3D Environments, and Physics
And name the file index.html.
Why does it require that long file name?
Can’t you change the Javascript or PHP to use the title instead of the file name?
didnt work and the file has to be like that so all the pictures work and everything else
hey thanks, and i think i get it can you be more specific though
You said
"…the site will not work if the name isnt “SPOXBLOX_ A FREE Virtual World-Building Game with Avatar Chat, 3D Environments, and Physics.html”
Can you explain this part?
Where / How is this “rule” being enforced?
Who requires this?
If the name is in Javascript you just have to change the variable name and it can be set to anything you want.
@solace-ken idk much about coding but im using visual code studio and the site is supposed to look like 2008 roblox for example: https://archive-qa.goodblox.xyz/Default.aspx but since the name is index.html the code is messed up bc the name has to be SPOXBLOX_ A FREE Virtual World-Building Game with Avatar Chat, 3D Environments, and Physics.html
Did you save the html code from that website locally to your computer and then re-upload the files to InfinityFree? Typically when you save a website in your browser it names the index file to whatever the title of the page is.
You will have to use the “Find and Replace” feature of Visual Studio Code to search for all instances of “Example_page_Name.html” and change the code to “index.html” instead. The main file of your site has to be named “index”.
Just replace all instances of the old name with the new name and re-upload again. Don’t forget to clear your cookies and cache after re-uploading.
thank you! may i ask where is the find and replace feature
Hi, this link might help?
@solace-ken it didnt work it made my html file break too
Do note that you also cannot have the word “chat” appear in any of your file names because of an automated system that helps prevent chat-based websites which creates a lot of load on the server leading to suspension.
in infinity free or visual code studio
The problem is that when you saved the url as a local site, it converted all your links and images to use the new (long) filename (“SPOXBLOX_ A FREE Virtual World-Building Game with Avatar Chat, 3D Environments, and Physics”). You need to find and replace all pathnames to your images and files. Make it works on your local machine then upload to the server.
Ideally, you would have a structure like this:
[img]
[js]
[css]
index.html
The index file is at the root level. The others would be folders containing those types of files.
All image paths would look like this:
<img src="img/filename.jpg">
Check: https://www.w3schools.com/html/html_images.asp
Your Javascript would be in the js directory and stylesheet files would be in the css directory. Make sure your paths are all correct and your images are in the correct location. If you do this, the site should work properly again.
in infinity free or visual code studio
Infinityfree = web hosting service
Visual Studio Code = html code editor
FTP = method to transfer files from your local machine to the web hosting server
He’s saying to check your html files and Javascript code to make sure the word “chat” doesn’t appear. Use Visual Studio Code to search your html files. Then use FTP to transfer them from your local machine to the web host.
thank you it loaded some pictures but it didnt fully work, everything is misplaced, i want it to be exactly like the html file on my computer
im having problems on my website: https://spoxblox.rf.gd/, its broken its supposed to like 2008 roblox for example: https://archive-qa.goodblox.xyz/Default.aspx, but my site is broken and i have to name it index.html is there a way to not index.html and name it “SPOXBLOX_ A FREE Virtual World-Building Game with Avatar Chat, 3D Environments, and Physics.html” so it works and all the pictures and everything becomes in it’s place just like my html file in my computer
When I am trying to go into your website it just blocks it because it is “not safe”
yea now its a 502 bad gateway?
it works now try @Venvebubble