old.martials.no/.htaccess

6 lines
138 B
ApacheConf
Raw Permalink Normal View History

2023-07-24 18:56:29 +00:00
ErrorDocument 404 /index.html
2023-02-09 19:47:23 +00:00
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin 'https://api.martials.no/'
</IfModule>