[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] user directory URL from RAQ3 to RAQ4
- Subject: Re: [cobalt-users] user directory URL from RAQ3 to RAQ4
- From: "Ben Liddicott" <ben.liddicott@xxxxxxxxxxxxxxxxxx>
- Date: Mon Dec 3 15:27:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I fixed this with a script that created the relevant symbolic links.
For each username in domain:
ln -s /home/sites/www.domain.com/users/username/web /home/sites/www/domain.com/web/username
or even:
cd /home/sites/www.domain.com/users
for f in * ; do ln -s /home/sites/www.domain.com/users/$f/web /home/sites/www/domain.com/web/$f ; done
It'll create a few harmless invalid symlinks for users without web space, but they just turn into 404s, which is OK.
Obviously change www.domain.com to the actual domain...
Cheers,
Ben Liddicott
----- Original Message -----
From: "Tim" <tnp3@xxxxxxxxx>
> I just transferred files from a RAQ3 to a RAQ4. The
> problem is I do not see the files in the users
> directory located at www.domain.com/users/username/
>
> I see on RAQ4, url is now www.domain.com/~username/
>
> How do I fix it so the original URLs work? I have
> about 8,000 user files that are not showing on the web
> because of this.
>
> Please help ASAP to tnp3@xxxxxxxxx