]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/blame - drupal-mod-tinymce.conf
- tabs in preamble
[packages/drupal-mod-tinymce.git] / drupal-mod-tinymce.conf
CommitLineData
c8741779 1# $Id$
3eed43eb
ER
2# TinyMCE alias for TinyMCE Drupal module.
3#
4# If you're using top level domain, you should comment out the first configuration.
c8741779 5
3eed43eb
ER
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.071714 seconds and 4 git commands to generate.