Projects
Kolab:3.4
roundcubemail
roundcubemail.conf
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File roundcubemail.conf of Package roundcubemail (Revision 29)
Currently displaying revision
29
,
Show latest
# Those aliases do not work properly with several hosts on your apache server # Uncomment them to use it or adapt them to your configuration # Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/ # Alias /roundcube /var/lib/roundcube <ifModule mod_rewrite.c> RewriteEngine On RewriteRule ^/roundcubemail/[a-f0-9]{16}/(.*) /roundcubemail/$1 [PT,L] RewriteRule ^/webmail/[a-f0-9]{16}/(.*) /webmail/$1 [PT,L] </ifModule> Alias /roundcubemail /usr/share/roundcubemail/public_html/ Alias /webmail /usr/share/roundcubemail/public_html/ # Access to tinymce files #<Directory "/usr/share/tinymce/www/"> # Options Indexes MultiViews FollowSymLinks # AllowOverride None # Order allow,deny # Allow from all #</Directory> <Directory "/usr/share/roundcubemail/public_html"> Options +FollowSymLinks AllowOverride None <ifModule mod_authz_core.c> Require all granted </ifModule> <ifModule !mod_authz_core.c> Order Allow,Deny Allow from All </ifModule> </Directory>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.