[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Personal Web Sites on Raq4R
- Subject: RE: [cobalt-users] Personal Web Sites on Raq4R
- From: "Steven Young" <steven.young@xxxxxxxxxxxxxxx>
- Date: Tue Aug 13 08:10:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> > >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