View Single Post
  #1 (permalink)  
Old 27-06-2009, 07:44 PM
maxtox maxtox is offline
Junior Member
User
 
Join Date: Jun 2009
OS: Debian
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
maxtox is on a distinguished road
Default Lighttpd Subdomain Configuration

Hello everybody !

I wanna add a subdomain to my website and point it in a directory example

mywebsite.com

files.website.com < how to do this in lighttpd and dns configuration ?

I have this now in my lighttpd configuration file :

Code:
$HTTP["host"] =~ "(^|\.)website\.com$"
Thanks.
Reply With Quote