You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
498 B

  1. #Note: If this file prevents running vector in your environment, simply delete
  2. # it. Everything should be safe even if the files blocked by the following
  3. # Apache rules are accessible.
  4. # The reason for protecting these files is to to keep searchengines/foo
  5. # away from indexing files containing version information, names and/or not
  6. # necessarily public template parts by default.
  7. <FilesMatch "^(tabs|buttons|boxes)\.php$">
  8. Order Deny,Allow
  9. Deny from all
  10. </FilesMatch>