View Single Post
Old 02-10-2007, 02:16 PM  
Spudstr
Confirmed User
 
Spudstr's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: In a Tater Patch
Posts: 2,321
could always setup a vhost..

<VirtualHost xxx.xxx.xxx.xxx>
UseCanonicalName off

VirtualDocumentRoot /home/somewhere/www/&#37;1.0.%3.0
</VirtualHost>

that should map subdomains to folders, you can replace the %1.0 with %2.0 if you want to use domain.com atleast this is the way it should work. pulling this from a config wher esomeone has hundreds of folders and all on one ip and hundres of domains each domain is domain1.com ect.. they use the %2.0 instead of %1.0

htaccess can do it too..
__________________
Managed Hosting - Colocation - Network Services
Yellow Fiber Networks
icq: 19876563

Last edited by Spudstr; 02-10-2007 at 02:17 PM..
Spudstr is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote