sets Access-Control-Allow-Origin header
This commit is contained in:
parent
a41af3bb87
commit
d276360313
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
Header set Access-Control-Allow-Origin "*"
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
Redirect permanent "/blog" "/posts"
|
||||
|
|
Loading…
Reference in a new issue