home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / pc / contents / ecommerce / software / osCommerce.exe / oscommerce-2.2ms2 / catalog / includes / .htaccess next >
Text File  |  2001-04-22  |  620b  |  23 lines

  1. # $Id: .htaccess,v 1.4 2001/04/22 20:30:03 dwatkins Exp $
  2. #
  3. # This is used with Apache WebServers
  4. # The following blocks direct HTTP requests in this directory recursively
  5. #
  6. # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
  7. #
  8. # Example:
  9. #
  10. #<Directory "/usr/local/apache/htdocs">
  11. #  AllowOverride Limit
  12. #
  13. # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
  14. #
  15. # This does not affect PHP include/require functions
  16. #
  17. # Example: http://server/catalog/includes/application_top.php will not work
  18.  
  19. <Files *.php>
  20. Order Deny,Allow
  21. Deny from all
  22. </Files>
  23.