Difference between revisions of "Talk:Openfire"

From SME Server
Jump to navigationJump to search
Line 6: Line 6:
  
 
<Directory /opt/openfire/documentation/docs>
 
<Directory /opt/openfire/documentation/docs>
    AddType application/x-httpd-php .php .php3 .phtml
+
    AddType application/x-httpd-php .php .php3 .phtml
    Options Indexes +Includes FollowSymLinks
+
    Options Indexes +Includes FollowSymLinks
    order deny,allow
+
    order deny,allow
    deny from all
+
    deny from all
    allow from all
+
    allow from all
 
</Directory>
 
</Directory>
  

Revision as of 09:41, 28 November 2007

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.

  1. 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>

  1. end of Openfire fragment

Russell