Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] apache2 rewriting


>>>>> "Richard" == Richard Heycock <rgh@xxxxxxxxxxxxxxx> writes:

Richard> I've got a copy of mediawiki running in apache2 at
Richard> /wiki. What I want to do is to set up a virtualhost called
Richard> wiki and lose the /wiki eg

Richard> http://thor/wiki --> http://wiki

Richard> Can anyone tell me how to do this? I've tried using
Richard> mod_rewrite but I I've been going round in circles
Richard> (literally) trying to fix this.

Don't you just set up a virtualhost as usual, with its DocumentRoot
pointing at /full/path/to/wiki and CGIBin etc., set appropriately?

PeterC