Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Anyone knows how to enable/show CSS with Lighthttpd websites?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Anyone knows how to enable/show CSS with Lighthttpd websites?

YmpkerYmpker Member
edited July 2018 in Help

In my lighthttpd config file I added

mimetype.assign = (
".html" => "text/html",
".txt" => "text/plain",
".jpg" => "image/jpeg",
".css" => "text/css",
)

According to https://redmine.lighttpd.net/projects/1/wiki/mimetype_assigndetails this should be correct, however it still won't work.

Comments

  • YmpkerYmpker Member

    Reinstalled it and for whatever reason it works now. SOLVED :P

Sign In or Register to comment.