my config file
http://paste.lighttpd.net/358
i set my document-root to /var/www/domain.ro/public_shit
and my evhost.path-pattern = "/var/www/%0/i/%3"
what i'm trying to do is
when i access cyberfun.ro - the doc root should be here /var/www/domain.ro/public_shit
when i access any subdomain of domain.ro i wanna be here /var/www/%0/i/%3 - in english /var/www/domain.ro/i/any-subdomain
--- what i get
if i access domain.ro the doc root is /var/www/domain.ro/i/ - i don't wanna to be this because i have the subdomains there and i can't put nothing there
if i access any-sub.domain.ro - everything is working as it should
please help me
thanks in advance
sorry for my bad English