Multi domain site
-
Hi there,
Is it possible using a Business Plan to host a site with multiple domains extensions?
I want my site to be on .com but for the users from Italy for example it will need to be .it, from Spain with .es. The content will be the same just different languages.Thanks
-
Thanks for the answer fstat.
I do have a follow up question:
Is it possible to add a API (which is using a private key) on the backend side? -
Could you specify what exactly would you like to achieve with that? Once we know more details, we’ll be able to advise better.
-
I would like to have a form on our page that sends the details (using this API with our specific private key) to a 3rd party for the creation of an account.
-
-
REST API Endpoints available at https://developer.wordpress.com/docs/api/ help you get/set data about your site.
What I am trying to do is send data to a 3rd party from my site using a API (other than what WordPress.com has available).
So I need a way to add in the backend (not available in the browser) a method that sends data to https://api.othersite.com when a user fills out a form on my site -
Hello there,
What I am trying to do is send data to a 3rd party from my site using a API (other than what WordPress.com has available).
So I need a way to add in the backend (not available in the browser) a method that sends data to https://api.othersite.com when a user fills out a form on my siteYou may wish to check out this guide here: https://developer.wordpress.org/rest-api/ these developer documents for WP Rest API for self-hosted WordPress.
I hope this helps!
- The topic ‘Multi domain site’ is closed to new replies.