diff options
Diffstat (limited to 'ckeditor.conf')
-rw-r--r-- | ckeditor.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ckeditor.conf b/ckeditor.conf index 748db3e..3feace3 100644 --- a/ckeditor.conf +++ b/ckeditor.conf @@ -1,4 +1,7 @@ -Alias /ckeditor /usr/share/ckeditor +# Uncomment this if you need ckeditor to live at the root of your webserver +# NOTE: This is needed by provided examples +# This is not needed for drupal-ckeditor and may break it +#Alias /ckeditor /usr/share/ckeditor <Directory /usr/share/ckeditor> <IfModule mod_authz_core.c> @@ -11,4 +14,3 @@ Alias /ckeditor /usr/share/ckeditor Allow from all </IfModule> </Directory> - |