0

This seems weird but I am trying to make the apache root page from scratch where it shows all the files and folders and you can go into the folders etc. I am not even sure where to start. The reason I want this is that I am hosting on Github Pages.

Daniel Goldfarb
  • 6,937
  • 5
  • 29
  • 61
  • Are you trying to configure apache to show directory list pages, or are you trying to simulate the look-and-feel of apache's default list pages? If the latter, the HTML is just a `

    ` with the folder name, followed by an unordered list of links.

    – Daniel Beck Jul 15 '21 at 16:31
  • i am just trying to simulate it, since i can run apache off github – Saience Vanadium Jul 15 '21 at 16:44
  • but i am not able to figure out how to get the links to the subfolder to work – Saience Vanadium Jul 15 '21 at 16:44
  • If it's the HTML you're having trouble with, `subfolder link`. If it's that you want GitHub to generate the list pages for you based on the folder contents, I don't think that's possible, but [this question](https://stackoverflow.com/questions/39048654/how-to-enable-directory-indexing-on-github-pages) has some answers that may be helpful. – Daniel Beck Jul 15 '21 at 18:13

0 Answers0