Ok, I am installing Vaultwiki on my test subdomain, but the htaccess step is confusing me. Nothing runs on separate directories for VB4, no /forum/ or /blog/ or anything, everything runs off of php pages in the base directory. So what should I write? Does this look right?
from http://www.vaultwiki.org/manual/Wiki...the-Forum-Root
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^showwiki.php?VAR=(.*)$ FILE/$1 [L,R=301]
RewriteRule ^FILE/DEFAULT:(.*)$ FILE/$1 [L,R=301]
RewriteRule ^FILE/(.*)?$ showwiki_proxy.php [L,QSA]
Bookmarks