Home page of folder?

So basically, I’m new to coding, and I’d like to know how to do let’s say, when someone types in example-site.glitch.me/folder-name, I’d like to have that go to a page called example-site.glitch.me/folder-name.html rather than a list of all the files in that folder. Is this possible? If so, how? Any help would be appreciated.

Create a file in the folder called index.html and add the contents of what you want to appear in the folder in that file.

I tried that and it didn’t work. I’ll try again though.

Oh, OK, that does work. Thanks! I don’t know what I did wrong before.

1 Like