I am trying to set up NIP05 to my domain TokyoCafe21.com
I have generated the Nostr account, turned the npub to hex, generated the json file, set up my host with SFTP, uploaded the json to a .well-known file I created and added the
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
to htaccess.
My site is a Wordpress online shopping site I set up originally before I tried to do NIP05. It's not working to verify my account so I assume I am screwing up where to put the json file or else my host is not supporting this or whatever.
I will pay 10,000 sats to someone who can help me get to the bottom of why this is not working.
10,000 sats paid
BEGIN WordPress
The directives (lines) between "BEGIN WordPress" and "END WordPress" are
dynamically generated, and should only be modified via WordPress filters.
Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>