I guess in order for this to work you need to have set up that directory with the routing configuration? I’ve only ever gotten 404
Comment on VERY simple web-based reliable file browser/hosting
rtxn@lemmy.world 1 week ago
You can use basically any HTTP server to achieve that, like Apache or Nginx. If the directory (specified by the path in the URL) doesn’t contain a file that matches the default file in the config (index.html and such), the server will list the directory contents instead.
seadoo@lemmy.world 6 days ago
Darkassassin07@lemmy.ca 6 days ago
You have to explicitly enable directory indexing; but then it will automatically generate simple http pages listing directory contents.
wreckedcarzz@lemmy.world 6 days ago
The “not my problem lol you figure it out” mode