Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 34dfd1f5c56af13520b473945b0e2fdc > files > 2

scriptaculous-1.9.0-1.fc18.src.rpm

Alias /scriptaculous /usr/share/scriptaculous

<Directory /usr/share/scriptaculous>
    <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>