SOURCES: drupal-mod-tinymce.conf (NEW) - apache configuration

glen glen at pld-linux.org
Mon Aug 15 13:42:18 CEST 2005


Author: glen                         Date: Mon Aug 15 11:42:18 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- apache configuration

---- Files affected:
SOURCES:
   drupal-mod-tinymce.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/drupal-mod-tinymce.conf
diff -u /dev/null SOURCES/drupal-mod-tinymce.conf:1.1
--- /dev/null	Mon Aug 15 13:42:18 2005
+++ SOURCES/drupal-mod-tinymce.conf	Mon Aug 15 13:42:13 2005
@@ -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
================================================================



More information about the pld-cvs-commit mailing list