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 "*"