From 8eda56742dc2964533df0a34fc58c731c4338b23 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 26 Apr 2015 00:44:30 +0000 Subject: [PATCH] commit spam all over again --- content/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/.htaccess b/content/.htaccess index 6dd4ca5..2cdb9d0 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -3,6 +3,9 @@ AddType font/ttf .ttf AddType font/otf .otf AddType font/woff .woff +# To fix old links +Redirect 301 /img/ /images/ + Header set Access-Control-Allow-Origin "*"