[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Personal Web Sites on Raq4R



> > >Unless you have made some type of custom changes to the way 
> the raq does
> the
> > >write to the conf file it will does this as a standard write for a
> domain.
> > >
> > >Dave
> >
> > Not on the raq4 though.
> > He's looking for the rewrite rule for www.domain.com/users/bob from
> > httpd.conf on the raq 3 so he can make it work on the raq4.
> >
> > Since you have a raq3, you could perhaps have a look?
> >
> > - Bill
> 
> exactly this would be what I need. Would be a great help.
> 
> thx
> Herby


Is this what you are looking for? Taken from my RaQ3's httpd.conf :-

AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site1/users/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/site1/users/$1/web/$3

Hope this helps,
Steven