Changeset 7619 for trunk/.htaccess


Ignore:
Timestamp:
12/06/12 22:47:31 (11 years ago)
Author:
wmerlotto
Message:

Ticket #3191 - Removendo arquivos desnecessarios e alterando instalador para compatibiliza-lo com zpush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r7616 r7619  
    5050#<ifModule mod_expires.c> 
    5151#       ExpiresActive On 
     52#       ExpiresDefault A0 
    5253#       ExpiresDefault "access plus 1 day" 
    5354        # Permite que os arquivos sejam "cacheados" tanto para http quanto para https 
     
    6667        #<FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$"> 
    6768                #ExpiresActive Off 
     69                # Sem cache! 
     70                #ExpiresDefault A0 
     71                #Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0" 
     72                #Header set Pragma "no-cache" 
    6873        #</FilesMatch> 
    6974#</ifModule> 
Note: See TracChangeset for help on using the changeset viewer.