Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > c07b793d4eed60272c48660fceae595e > files > 1

ckeditor-3.6.6-1.fc18.src.rpm

Alias /ckeditor /usr/share/ckeditor

<Directory /usr/share/ckeditor>
    <IfModule mod_authz_core.c>
        # Apache 2.4
       Require all granted
    </IfModule>
    <IfModule !mod_authz_core.c>
        # Apache 2.2
        Order deny,allow
        Allow from all
    </IfModule>
</Directory>