X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=.htaccess;h=26081b887a39b6a928a422a8aa39cd3875bfa426;hp=b1255908bfe511d33caed95a6fac691ef5af85e7;hb=fa5e779fb28f0e266bf01cc7834b15739eb8c642;hpb=76d769ea69471442cc4f9d19bbb252e76fdd9f57 diff --git a/.htaccess b/.htaccess index b125590..26081b8 100644 --- a/.htaccess +++ b/.htaccess @@ -30,6 +30,12 @@ AddType application/x-bzip .bz AddType application/x-bzip2 .bz2 AddType application/zip .zip +# Do not: text/javascript +# as it does not look as registered, at least according to: MIME::Types $VERSION 1.15 +# "application/javascript" so far standardized till 2005-12-08 by: +# http://www.ietf.org/internet-drafts/draft-hoehrmann-script-types-03.txt +AddType application/javascript .js + php_flag short_open_tag off php_flag magic_quotes_gpc off