• Skip to primary navigation
  • Skip to content
  • Skip to footer
Wannabe Exceptional
  • AI
  • About
  • Slides

    CORS in Apache2

    Complete guide to enabling Cross-Origin Resource Sharing (CORS) in Apache2 web server for handling cross-domain requests and API access.

    less than 1 minute read

    Jan Peter Alexander

    Jan Peter Alexander

    There is nothing certain than the uncertainty itself. Capture, learn and mitigate. Welcome!

    • Planet Earth
    • Website
    • Twitter
    • Facebook
    • Instagram
    • Tumblr
    • GitHub
    • Last.fm
    • Steam
    • YouTube
    • Soundcloud

    Browser keep stricter each days. Now, they insist on CORS. I can’t enable it in .htaccess, must do it in sites-enabled.

    <IfModule mod_headers.c>
      <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>
    

    Further Read

    Access-Control-Allow-Origin Multiple Origin Domains?

    Tags: apache2, cors, site

    Categories: linux, tutorial, web

    Updated: January 5, 2017

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Install Podman Docker-compatible in Arch Linux

    less than 1 minute read

    How to install Podman with Docker compatibility

    Install Golang in Arch Linux

    less than 1 minute read

    How to install Golang in Arch Linux

    Install Bun in Arch Linux

    less than 1 minute read

    How to install Bun in Arch Linux

    Install ArchLinux from Kubuntu

    less than 1 minute read

    How to install Arch Linux

    • Feed
    © 2026 Wannabe Exceptional. Powered by Jekyll & Minimal Mistakes.