diff --git a/public/.htaccess b/public/.htaccess index c0af3fa..2c554a0 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -23,3 +23,9 @@ RewriteRule .* http://www.urbandictionary.com/define.php?term=fuck+you [R=301,L] #Preventing Public Access to assets folder #RedirectMatch 403 ^/assets/?$ + +#Allow linking asset elemets across subdomains + + Header set Access-Control-Allow-Origin "*" + + diff --git a/public/403.php b/public/403.php index 6d3e141..fbf126d 100644 --- a/public/403.php +++ b/public/403.php @@ -25,8 +25,8 @@ - - + + @@ -54,12 +54,12 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/public/404.php b/public/404.php index f0f8286..9f3b3b9 100644 --- a/public/404.php +++ b/public/404.php @@ -25,8 +25,8 @@ - - + + @@ -54,12 +54,12 @@ - - - - - - + + + + + + \ No newline at end of file