Skip to content

Instantly share code, notes, and snippets.

@weivall
Created August 29, 2012 14:44
Show Gist options
  • Save weivall/3513624 to your computer and use it in GitHub Desktop.
Save weivall/3513624 to your computer and use it in GitHub Desktop.
Access-Control-Allow-Origin
<Directory "/home/the directory_where_your_serverside_pages_is">
Header set Access-Control-Allow-Origin "*"
AllowOverride all
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment