]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/commitdiff
- revert bad commit
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Jul 2006 11:50:05 +0000 (11:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-tinymce.conf -> 1.5

drupal-mod-tinymce.conf

index 39fff8c421bc39c6e9e8c6bd079523be48c19d14..f423d26790159cc0a4af90976e999107933c8413 100644 (file)
@@ -1,5 +1,22 @@
 # $Id$
+# TinyMCE alias for TinyMCE Drupal module.
+#
+# If you're using top level domain, you should comment out the first configuration.
 
-<Directory /usr/share/mydelfi_cm/www>
-    Allow from all
-</Directory>
+# Drupal installed in /drupal.
+<IfModule mod_alias.c>
+    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.
+<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.066356 seconds and 4 git commands to generate.