RanniSch / webserv

0 stars 2 forks source link

PROBLEM Check with a browser: It should be compatible to serve a fully static website. #61

Closed RanniSch closed 10 months ago

RanniSch commented 10 months ago

http://localhost:8000/animal.jpg worked fine.

MaxIhme commented 10 months ago

PROBLEM static website: http://localhost:8010/static_website gives http://localhost:8010/static_website/static.html -> works fine

but clicking on the link gives: http://localhost:8010/index.html not http://localhost:8010/static_website/index.html -> @MaxIhme

RanniSch commented 10 months ago

these three work for me: http://localhost:8010/static_website http://localhost:8010/static_website/static.html http://localhost:8010/index.html

RanniSch commented 10 months ago

I have the same problems

RanniSch commented 10 months ago

it is ok