Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
6bf77b8be4 |
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Header set Access-Control-Allow-Origin "*"
|
||||
Header set Access-Control-Allow-Methods "OPTIONS, HEAD, GET, PUT"
|
||||
Header set Access-Control-Allow-Headers "Authorization, Content-Type"
|
||||
Header set Access-Control-Allow-Credentials "true"
|
||||
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_METHOD} (DELETE|PUT)
|
||||
RewriteRule ^(.*)$ index.php?uri=$1 [B,L,QSA]
|
||||
|
|
Loading…
Add table
Reference in a new issue