Changeset 1804 for trunk/lib/.htaccess


Ignore:
Timestamp:
05/27/2009 02:16:21 PM (3 years ago)
Author:
driehle
Message:

Descriptions modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/.htaccess

    r1756 r1804  
    1 # Web-Access to this 
    2 # folder is forbidden 
    3 Order deny,allow 
     1# 
     2#              Jlog Library Folder 
     3# 
     4# By convention this folder must not be reachable via 
     5# HTTP protocol, because files in this folder do not 
     6# require any direct HTTP requests. 
     7# 
     8# DO NOT DELETE THIS FILE! 
     9# 
     10# If you are not using Apache HTTP Webserver please 
     11# see your webservers manual for instructions on how 
     12# to protect this folder. 
     13# 
     14 
     15Order Deny,Allow 
    416Deny from All 
Note: See TracChangeset for help on using the changeset viewer.