matthewgraybosch/barebones-jekyll/master/.htaccess - Htaccess File

matthewgraybosch/barebones-jekyll/master/.htaccess

AddCharset UTF-8 .html
AddCharset UTF-8 .txt

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 day"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##

# HTTP 301 Redirects
Redirect 301 http://www.matthewgraybosch.com/ http://matthewgraybosch.com/
Redirect 301 /2016/05/reading-the-alchemists-council-by-cynthea-masson/ /the-rebel-branch-initiates-guide-to-the-alchemists-council-introduction/
Redirect 301 /2016/05/reading-the-alchemists-council-chapter-i/ /the-rebel-branch-initiates-guide-to-the-alchemists-council-chapter-1/
Redirect 301 /2016/06/reading-the-alchemists-council-chapter-ii/ /the-rebel-branch-initiates-guide-to-the-alchemists-council-chapter-2/
Redirect 301 /2016/03/dark-souls-iii-character-build-planner/ /dark-souls-iii-character-build-planner/
Redirect 301 /meals/ /diet/

On Github License

Files

Download PDF of Htaccess file

Comments

Apache