]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/blob - drupal-mod-tinymce.conf
- revert bad commit
[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 first configuration.
5
6 # Drupal installed in /drupal.
7 <IfModule mod_alias.c>
8     Alias /drupal/modules/tinymce/jscripts/tiny_mce /usr/share/tinymce
9     <Location /drupal/modules/tinymce/jscripts/tiny_mce>
10         allow from all
11     </Location>
12 </IfModule>
13
14 # Drupal installed in top level vhost.
15 <IfModule mod_alias.c>
16     Alias /modules/tinymce/jscripts/tiny_mce /usr/share/tinymce
17     <Location /modules/tinymce/jscripts/tiny_mce>
18         allow from all
19     </Location>
20 </IfModule>
21
22 # vim: filetype=apache ts=4 sw=4 et
This page took 0.110518 seconds and 4 git commands to generate.