githubweb-applicationsjekyllhtml5-appcache

How to add mime type "cache-manifest" to Jekyll?


The Jekyll site is hosted in GitHub and I want to add AddType text/cache-manifest .appcache to .htaccess. I searched and couldn't find anything. Help would be greatly appreciated.


Solution

  • There's no way to add an .htaccess to GH Pages, as stated here:

    For the security of our users, GitHub Pages does not support customer server configuration files such as .htaccess or .conf.

    You will need a workaround.