View Single Post
Old 01-25-2004, 05:17 PM  
s9ann0
Confirmed User
 
Join Date: Sep 2001
Location: Boston
Posts: 4,873
the last two people told you how to make a site use the same direcotry I think you want to use the same dir over more than one domain so for that you use: Alias
look it up on the apache site

in the <VirtualHost>
for each domain add

Alias /path/todir/ /dir/

/path/to/dir/ being where it is on disk and /dir/ being what directory you want it to show as on the web ie domain.com/dirname/
s9ann0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote