]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/blob - drupal-mod-tinymce.conf
- apache configuration
[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 <IfModule mod_alias.c>
8     # Drupal installed in /drupal.
9     Alias /drupal/modules/tinymce /usr/share/tinymce
10
11     # Drupal installed in top level vhost.
12 #    Alias /modules/tinymce /usr/share/tinymce
13 </IfModule>
14
15 # vim: filetype=apache ts=4 sw=4 et
This page took 0.042137 seconds and 3 git commands to generate.