Question
How can I set an other existing web as default? I do not want to change the Main Web, just index an other web when a user opens
/bin/view/. Is there a Setting in
TWikiPreferences or
TWiki.cfg ?
Environment
--
CedricWeber - 26 Jun 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
You can use an Apache rewrite rule. Here is an untested example:
RewriteEngine on
RewriteRule ^/bin/view/$ /bin/view/Myweb/WebHome
--
PeterThoeny - 26 Jun 2006