]> git.pld-linux.org Git - packages/ckeditor.git/blame - apache.conf
package v2 compat symlink to kama skin
[packages/ckeditor.git] / apache.conf
CommitLineData
02433890
ER
1Alias /ckeditor/ /usr/share/ckeditor/
2<Directory /usr/share/ckeditor>
8248d96c 3 Options +FollowSymLinks
27b4d831
ER
4 <IfModule mod_authz_core.c>
5 # Apache 2.4
6 Require all granted
7 </IfModule>
8 <IfModule !mod_authz_core.c>
9 Order allow,deny
10 Allow from all
11 </IfModule>
02433890 12</Directory>
This page took 0.396964 seconds and 4 git commands to generate.