]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/conf/apache.conf
Comment by default Alias directive for tinymce
[roundcube.git] / debian / conf / apache.conf
index a5e05623d3c99bcc1c3f928efdf8a086c3d03236..79e3d41b7df6e336d2960ac9d202a5aa29c90f2e 100644 (file)
@@ -1,7 +1,9 @@
-# Uncomment this to use tinymce (you need tinymce package)
-# See README.Debian for more details
+# 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
 
-Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
+# Access to tinymce files
 <Directory "/usr/share/tinymce/www/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
@@ -9,10 +11,6 @@ Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
       allow from all
 </Directory>
 
-# This alias does not work properly with several hosts on your apache server
-# Uncomment it to use it
-#    Alias /roundcube /var/lib/roundcube
-
 <Directory /var/lib/roundcube/>
         Options +FollowSymLinks
         AllowOverride All