Changeset 58 for trunk/.htaccess


Ignore:
Timestamp:
Jul 31, 2011, 7:59:24 PM (13 years ago)
Author:
george
Message:
  • Upraveno: Blokování xml souborů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r27 r58  
    44
    55# Disable access to source code files
    6 <FilesMatch "\.(pas|o|ppu|lpi|a)$">
     6# xml - config files in .config subdirectory
     7<FilesMatch "\.(pas|o|ppu|lpi|a|xml)$">
    78  Deny from all
    89</FilesMatch>
Note: See TracChangeset for help on using the changeset viewer.