]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/blobdiff - drupal-mod-tinymce.conf
lighttpd.conf
[packages/drupal-mod-tinymce.git] / drupal-mod-tinymce.conf
index f423d26790159cc0a4af90976e999107933c8413..39fff8c421bc39c6e9e8c6bd079523be48c19d14 100644 (file)
@@ -1,22 +1,5 @@
 # $Id$
-# TinyMCE alias for TinyMCE Drupal module.
-#
-# If you're using top level domain, you should comment out the first configuration.
 
-# 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
+<Directory /usr/share/mydelfi_cm/www>
+    Allow from all
+</Directory>
This page took 0.083179 seconds and 4 git commands to generate.