₿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
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