Author Login
Post Reply
On Tue, Jun 17, 2008 at 02:37, Aaron Todd <toddaa@(protected):
> If anyone can let me know if this possible I would really appreciate it.
Maybe the easiest would be to use a rewrite:
RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTP_HOST} ^([^.]+)\.domain\.com
RewriteRule ^/(.*)$ /home/%1/www/$1 [L]
This example comes from here:
http://wiki.apache.org/httpd/RewriteMassVhosting
Krist
--
krist.vanbesien@(protected)
krist@(protected)
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)