[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 .htaccess

Zen Cart 源代码 .htaccess




下载文件

文件名: .htaccess
文件类型: Apache HTACCESS文件
文件大小: 635 Bytes
MD5: 15675bf7e1e27427d3b0201fba8aafd6

.htaccess - 关闭高亮
  1. # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
  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 *>
  20. Order Deny,Allow
  21. Deny from all
  22. </Files>
  23.