]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/commitdiff
- add acl
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Aug 2005 12:05:30 +0000 (12:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-tinymce.conf -> 1.2

drupal-mod-tinymce.conf

index fab4267caa9375c35ade0602b43f74832dd985df..aecdaa55e4da2ed3c229bc644dd44d01893091d6 100644 (file)
@@ -4,12 +4,20 @@
 # If you're using top level domain, you should comment out the second
 # configuration.
 
+# Drupal installed in /drupal.
 <IfModule mod_alias.c>
-    # Drupal installed in /drupal.
-    Alias /drupal/modules/tinymce /usr/share/tinymce
+    Alias /drupal/modules/tinymce/jscripts/tiny_mce /usr/share/tinymce
+    <Location /drupal/modules/tinymce/jscripts/tiny_mce>
+        allow from all
+    </Location>
+</IfModule>
 
-    # Drupal installed in top level vhost.
-#    Alias /modules/tinymce /usr/share/tinymce
+# Drupal installed in top level vhost.
+<IfModule mod_alias.c>
+    Alias /modules/tinymce/jscripts/tiny_mce /usr/share/tinymce
+    <Location /modules/tinymce/jscripts/tiny_mce>
+        allow from all
+    </Location>
 </IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et
This page took 0.076585 seconds and 4 git commands to generate.