FYI,

I have put together some rewrites for running Habari under Hiawatha.

http://www.hiawatha-webserver.org/howto/url_rewrite_rules

# rewrites for Habari
UrlToolkit {
  ToolkitID = habari
  Match ^/system/ Return
  Match ^/scripts/ Return
  Match ^/3rdparty/ Return
  Match ^/doc/ Return
  Match ^/user/themes/ Return
  Match ^/user/files/ Return
  Match ^/user/plugins/ Return
  Match ^/user/locales/ Return
  Match ^/user/sites/ Return
  Match .*\?(.*) Rewrite /index.php?$1
  Match .* Rewrite /index.php
}


Then in the virtual host:
UseToolkit = habari

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to