Changeset 939


Ignore:
Timestamp:
11/25/08 10:54:56 (3 years ago)
Author:
KoenMartens
Message:

Item300: more edits

Location:
trunk/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/COPYING

    r14 r939  
    1 TWiki (TM) is copyright as described in the file COPYRIGHT accompanying this notice. 
     1Foswiki is copyright as described in the file COPYRIGHT accompanying this notice. 
    22 
    3 TWiki (TM) is licensed under the terms of the GNU General Public License 
    4 as published by the Free Software Foundation. See the file LICENSE in the TWiki root for more 
     3Foswiki is licensed under the terms of the GNU General Public License 
     4as published by the Free Software Foundation. See the file LICENSE in the Foswiki root for more 
    55details of your obligations when distributing this work or any part of it. 
  • trunk/core/pub-htaccess.txt

    r877 r939  
    1414# Deny people from looking at the index 
    1515# Bare in mind that this is largely inadequate 
    16 # See http://twiki.org/cgi-bin/view/Codev/SecuringAttachments 
    17 # and http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item610 
     16# See http://foswiki.org/System/AccessControl#Controlling_access_to_Attachment 
     17# and http://foswiki.org/Tasks/Item610 
    1818# If you think you have a solution it is in your best interests to share it  
    1919# so others can test your idea. 
     
    4040#add an Expires header that is sufficiently in the future that the browser does not even ask if its uptodate 
    4141# reducing the load on the server significantly 
    42 #IF you can, you should enable this - it _will_ improve your twiki experience, even if you set it to under one day. 
     42#IF you can, you should enable this - it _will_ improve your foswiki experience, even if you set it to under one day. 
    4343#LoadModule expires_module libexec/httpd/mod_expires.so 
    4444#AddModule mod_expires.c 
Note: See TracChangeset for help on using the changeset viewer.