.htaccess 601 B

123456789101112
  1. # This file is cookbook/.htaccess -- the default distribution contains this
  2. # file to prevent cookbook/ scripts from being accessed directly by browsers
  3. # (this is a potential, albeit very unlikely, security hole).
  4. #
  5. # If you alter or replace this file, it will likely be overwritten when
  6. # you upgrade from one version of PmWiki to another. Be sure to save
  7. # a copy of your alterations in another location so you can restore them,
  8. # and you might try changing this file to be read-only to prevent a PmWiki
  9. # upgrade from overwriting your altered version.
  10. Order Deny,Allow
  11. Deny from all