BrowserMatch MSIE ie
Header set X-UA-Compatible "IE=Edge" env=ie
BrowserMatch chromeframe gcf
Header append X-UA-Compatible "chrome=1" env=gcf
Header set Access-Control-Allow-Origin "*"
AddType video/ogg ogg ogv
AddType video/mp4 mp4
AddType image/svg+xml svg svgz
AddType application/vnd.ms-fontobject eot
AddType font/ttf ttf
AddType font/otf otf
AddType font/x-woff woff
Options +Includes
SetOutputFilter INCLUDES
Options +Includes
SetOutputFilter INCLUDES
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript text/javascript application/javascript application/json
SetOutputFilter DEFLATE
Header set cache-control: public
ExpiresActive on
ExpiresDefault "access plus 1 month"
ExpiresByType text/cache-manifest "access plus 0 seconds"
ExpiresByType text/html "access"
ExpiresByType application/rss+xml "access plus 1 hour"
ExpiresByType image/vnd.microsoft.icon "access plus 1 week"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType font/ttf "access plus 1 month"
ExpiresByType font/woff "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
FileETag None
RewriteEngine On
Options -MultiViews
ErrorDocument 404 /404.html
AddDefaultCharset utf-8
AddCharset utf-8 .html .css .js .xml .json .rss
RewriteRule ^cgi-bin/WebObjects(.*)$ /Apps/WebObjects$1 [L,NS]
RewriteRule ^[/]?$ /Apps/WebObjects/TechnoGanivet.woa/wa/viewSite?name=TechnoGanivet [L,NS]
RewriteRule ^admin$ /Apps/WebObjects/TechnoGanivet.woa/wa/admin [L,NS]
RewriteRule ^ita$ /Apps/WebObjects/TechnoGanivet.woa/wa/viewSite?name=TechnoGanivet&lang=ita [L,NS]
RewriteRule ^it$ /Apps/WebObjects/TechnoGanivet.woa/wa/viewSite?name=TechnoGanivet&lang=ita [L,NS]
RewriteRule ^eng$ /Apps/WebObjects/TechnoGanivet.woa/wa/viewSite?name=TechnoGanivet&lang=eng [L,NS]
RewriteRule ^en$ /Apps/WebObjects/TechnoGanivet.woa/wa/viewSite?name=TechnoGanivet&lang=eng [L,NS]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^googleSiteMap.xml$ /Apps/WebObjects/TechnoGanivet.woa/wa/googleSiteMap [L,NS]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^\?]+)\?(.*)$ /Apps/WebObjects/TechnoGanivet.woa/wa/rewrite?name=$1&$2
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /Apps/WebObjects/TechnoGanivet.woa/wa/rewrite?name=$1 [L,NS]