mbernasocchi/mbernasocchi.github.io/master/.htaccess - Htaccess File

mbernasocchi/mbernasocchi.github.io/master/.htaccess

#See http://www.validatethis.co.uk/news/fix-bad-value-x-ua-compatible-once-and-for-all/
<FilesMatch ".(htm|html|php)$">
    <IfModule mod_headers.c>
        BrowserMatch MSIE ie
        Header set X-UA-Compatible "IE=Edge,chrome=1" env=ie
    </IfModule>
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache