Talk:Openfire

From SME Server
Revision as of 08:42, 28 November 2007 by Fixit (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

wouldn't it be better to point the alias to /opt/openfire/documentation/docs instead of giving access to the openfire directory, the only purpose for this is to view the docs.


# Openfire instant messaging documentation

Alias /openfire /opt/openfire/documentation/docs

<Directory /opt/openfire/documentation/docs>
   AddType application/x-httpd-php .php .php3 .phtml
   Options Indexes +Includes FollowSymLinks
   order deny,allow
   deny from all
   allow from all
</Directory>

# end of Openfire fragment

Russell