View | Details | Raw Unified | Return to bug 10486
Collapse All | Expand All

(-)a/etc/koha-httpd.conf (-3 / +2 lines)
Lines 25-31 Link Here
25
   </Directory>
25
   </Directory>
26
26
27
   # Secure internal stuff
27
   # Secure internal stuff
28
   <DirectoryMatch "__OPAC_WWW_DIR__/.*/(modules|xslt|includes)">
28
   <DirectoryMatch "__OPAC_WWW_DIR__/.*/(modules|includes)">
29
      Order deny,allow
29
      Order deny,allow
30
      Deny from all
30
      Deny from all
31
   </DirectoryMatch>
31
   </DirectoryMatch>
Lines 148-154 Link Here
148
   </Directory>
148
   </Directory>
149
149
150
   # Secure internal stuff
150
   # Secure internal stuff
151
   <DirectoryMatch "__INTRANET_WWW_DIR__/.*/(modules|xslt|includes)">
151
   <DirectoryMatch "__INTRANET_WWW_DIR__/.*/(modules|includes)">
152
      Order deny,allow
152
      Order deny,allow
153
      Deny from all
153
      Deny from all
154
   </DirectoryMatch>
154
   </DirectoryMatch>
155
- 

Return to bug 10486