]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/blob - drupal-mod-tinymce.conf
- add acl
[packages/drupal-mod-tinymce.git] / drupal-mod-tinymce.conf
1 # $Id$
2 # TinyMCE alias for TinyMCE Drupal module.
3 #
4 # If you're using top level domain, you should comment out the second
5 # configuration.
6
7 # Drupal installed in /drupal.
8 <IfModule mod_alias.c>
9     Alias /drupal/modules/tinymce/jscripts/tiny_mce /usr/share/tinymce
10     <Location /drupal/modules/tinymce/jscripts/tiny_mce>
11         allow from all
12     </Location>
13 </IfModule>
14
15 # Drupal installed in top level vhost.
16 <IfModule mod_alias.c>
17     Alias /modules/tinymce/jscripts/tiny_mce /usr/share/tinymce
18     <Location /modules/tinymce/jscripts/tiny_mce>
19         allow from all
20     </Location>
21 </IfModule>
22
23 # vim: filetype=apache ts=4 sw=4 et
This page took 0.05281 seconds and 4 git commands to generate.