I would like to know if it's possible to make a virtualhost for a subfolder with lighttpd.

for now I have $HTTP["host"] =~ "blog.mydomain.com" {...}

And I would like something like $HTTP["host"] =~ "mydomain.com/blog" {...}

Is there anyway I can do that?

Thanks

link|improve this question

50% accept rate
feedback

1 Answer

Have you read this?

link|improve this answer
Well yes and It works well on subdomain (blog.mydomain.com) but not when I try with subfolders (mydomain.com/blog) – mnml Jul 30 '10 at 12:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.