[Mediawiki-l] a second URL

MHart wiki at matthart.com
Fri Jun 24 16:04:35 UTC 2005


What do you mean by "another side in the same wiki" ? What is "another side 
of a wiki" ?

Do you mean a DIFFERENT wiki? You want different domains to point to 
different wikis on the same server?

That's done in the server configuration. If you are using Apache on Linux, 
then use virtual hosting. Find the Vhosts.conf file and add a VirtualHost 
entry:

<VirtualHost {ip address of server}>
    ServerName domain.site.com
    DocumentRoot /var/www/whatever
</VirtualHost>

For instance, if you have two domain names pointing the IP address 
123.45.67.89, one.site.com and two.site.com, and you have the wiki for 
one.site.com in /var/www/one and the wiki for two.site.com in /var/www/two, 
then you would have two VirtualHost entries like this:

<VirtualHost 123.45.67.89>
    ServerName one.site.com
    DocumentRoot /var/www/one
</VirtualHost>

<VirtualHost 123.45.67.89>
    ServerName two.site.com
    DocumentRoot /var/www/two
</VirtualHost>

- MHart


----- Original Message ----- 
From: "bernhard blum" <bernhard.rv at t-online.de>
To: <mediawiki-l at Wikimedia.org>
Sent: Thursday, June 23, 2005 3:25 PM
Subject: [Mediawiki-l] a second URL


>I have some domains and all are pointing to the mainpage of a wiki.
> I like to have one domain pointing to another side in the same wiki.
> I tried to redirect the domain with
> /index.php/new side
> or only
> /new side
> and also the whole URL
> http://www.mariposa-arche.org/index.php/die_Arche
> but it doesn't.
> Thanks for any help
> bernie
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l 





More information about the MediaWiki-l mailing list