u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

Index directive - should try all #31

Closed gwolf-011235 closed 2 weeks ago

gwolf-011235 commented 3 months ago

Right now only one (the first) index is tested. It should test all of them.

Also if no file is found it should go "the normal" route meaning check for autoindex or return 403 (forbidden) --> right now it returns not found (of the index file)