On 2006-06-30 at 11:05, [EMAIL PROTECTED] wrote:
 
> Kan jag på nått sätt i Apache ställa in att om man kommer/går från
> test.mine.nu så skall man automatiskt hamna under ~/forum men bara visa
> test.mine.nu som root/hemmasida/Document root typ?

Sätt upp namnbaserade virtuella värdar[0] och en VirtualHost typ:

<VirtualHost *>
        ServerName test.mine.nu
        DocumentRoot /home/forum/public_html/
</VirtualHost>

Helt otestat... Read The Fu^H^Hine Manual. =)

[0] http://httpd.apache.org/docs/2.0/vhosts/

-- 
Fredrik Jonson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Till