• I’ve got a challenge to point a NFT minting website to specific IP address.
    It’s not the whole site, but just the mint page – www.example.com/mint

    How would I point to the api backend and one to the dapp to IP?

    Any help appreciated! Thanks for help!

    • This topic was modified 2 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • It’s not the whole site, but just the mint page – https://www.example.com/mint

    You can’t.

    You can only point a subdomain eg mint.example.com to an IP address (via DNS A or CNAME record)… but not a subdirectory or path.

    Note that this is not a limitation of WordPress, it’s just the way DNS works.

    So, perhaps, if the mint page must absolutely be at example.com/mint, you can do:

    IP (A or CNAME record) => mint.example.com (HTTP redirect) => example.com/mint

    Or simply put the mint page at mint.example.com

Viewing 1 replies (of 1 total)
  • The topic ‘How to point to the api backend to IP’ is closed to new replies.