Why Nostr? What is Njump?
2023-03-04 18:25:19

₿rMoon on Nostr: Trying to get your NIP-05 identity self hosted? If your domain has a Wordpress site, ...

Trying to get your NIP-05 identity self hosted?

If your domain has a Wordpress site, try this technique to enable CORS. Modify the .htaccess file (using ssh or ftp) by adding these lines to the top of the file:

# Set CORS
<FilesMatch nostr.json>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
# Set CORS
Author Public Key
npub10m00n0ek7y70zl4yp40hlpz9nhyajt3chu36tnrhlfsrcn4eglmsjxgyne