Re: [EMAIL PROTECTED] Rewriting as per-user-subdomains

2008-05-24 Thread Marcin 'Rambo' Roguski
> ServerAlias accepts wildcards, or just make sure all this mumbo-jumbo > happens in the first virtualhost for a set of NameVirtualHosts's -- it > will be the default. Sorry, false alarm- I knew I missed something- it was just that I didn't turn RewriteEngine explicitly on for the whole setup :),

Re: [EMAIL PROTECTED] Rewriting as per-user-subdomains

2008-05-24 Thread Eric Covener
On Sat, May 24, 2008 at 11:30 AM, Marcin 'Rambo' Roguski <[EMAIL PROTECTED]> wrote: > Hi, > > I was given a task for configuring the server so that if one calls > http://www.user.do.id.uw.edu.pl (yes, I know it's way too long- but on > purpose) > the server will silently rewrite the request so > h

[EMAIL PROTECTED] Rewriting as per-user-subdomains

2008-05-24 Thread Marcin 'Rambo' Roguski
Hi, I was given a task for configuring the server so that if one calls http://www.user.do.id.uw.edu.pl (yes, I know it's way too long- but on purpose) the server will silently rewrite the request so http://do.id.uw.edu.pl/~user/joomla/ will be given Wasn't a difficulty finding it in httpd docs, h