Page MenuHomePhorge

hosted-kolab.conf
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

hosted-kolab.conf

# Kolab Groupware Server Web Administration Panel
#
# By default, this configuration file allows access to:
#
# http://yourserver/kolab-webadmin
#
# You should configure your webserver to allow the client over SSL only.
#
# See the Kolab Groupware Installation Manual for more information.
#
Alias /hosted-kolab /usr/share/kolab-webadmin/hosted/
<Directory "/usr/share/kolab-webadmin/hosted/">
<IfModule mod_rewrite.c>
RewriteEngine on
# NOTE: This needs to point to the base uri of your installation.
RewriteBase /hosted-kolab/
# Rewrite URLs of the form 'x' to the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^api/(.*)\.(.*)$ api/index.php?service=$1&method=$2 [L,QSA]
</IfModule>
AddDefaultCharset UTF-8
php_value error_reporting 6135
DirectoryIndex index.php
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 7:17 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18754380
Default Alt Text
hosted-kolab.conf (1 KB)

Event Timeline