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

drupal-mod-tinymce.conf [new file with mode: 0644]

diff --git a/drupal-mod-tinymce.conf b/drupal-mod-tinymce.conf
new file mode 100644 (file)
index 0000000..fab4267
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id$
+# TinyMCE alias for TinyMCE Drupal module.
+#
+# If you're using top level domain, you should comment out the second
+# configuration.
+
+<IfModule mod_alias.c>
+    # Drupal installed in /drupal.
+    Alias /drupal/modules/tinymce /usr/share/tinymce
+
+    # Drupal installed in top level vhost.
+#    Alias /modules/tinymce /usr/share/tinymce
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.216309 seconds and 4 git commands to generate.