faneaatiku/appconsro/master/protected/components/classes/.htaccess - Htaccess File

faneaatiku/appconsro/master/protected/components/classes/.htaccess

ErrorDocument 403 http://www.tui-travelcenter.ro/
Order deny,allow
Deny from all

<FilesMatch ".(gif|png|jpeg|swf|pdf|jpg|js)$">
    Header set Cache-Control "max-age=3600, public, no-transform"
</FilesMatch>

<Files ".(gif|png|jpeg|swf|pdf|jpg)$">
    Header set last-modified "Sun Jan 1 00:00:00 EDT 2014"
</Files>

<IfModule mod_expires.c>
  Header append Cache-Control "public"
  ExpiresActive On
  ExpiresDefault "access plus 1 month"
  ExpiresByType image/gif A2592000
  ExpiresByType image/jpeg A2592000
  ExpiresByType image/png A2592000
  ExpiresByType text/css A2592000
  ExpiresByType text/html A2592000
  ExpiresByType text/javascript A2592000
  ExpiresByType image/x-icon A2592000
  ExpiresByType image/ico A2592000
  ExpiresByType application/x-unknown-content-type A2592000
  ExpiresByType application/x-javascript A2592000
  ExpiresByType application/x-shockwave-flash A2592000
  ExpiresByType application/x-httpd-php A2592000
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache