X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/aac1632fef6174c77b381724e07d907ad24f9217..3207fe934ef25ea7980d123c83c2711cf8964646:/.htaccess?ds=inline diff --git a/.htaccess b/.htaccess index 41f82b4..0c5b23d 100644 --- a/.htaccess +++ b/.htaccess @@ -21,8 +21,9 @@ RewriteRule ^/*([^/]+)(.*) $1.plp$2 # allow browsers to cache for upto a month - + Header set Cache-Control "max-age=2592000" +Header set Access-Control-Allow-Origin "*"