summaryrefslogtreecommitdiffstats
path: root/syntaxhighlighter.conf
blob: ccfce540f2c0ec765de12d939358c7e5692e6686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Alias /syntaxhighlighter /usr/share/syntaxhighlighter

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