I have two shared hosting plans on two different providers. on one I run a wordpress instance and I wanna use vue to get the data from the API to display them on the secon domain on a single page app REST powered website. My question is, can I hide the public access on the wordpress installation and let the api continue working to pass data to the second host?
I have two shared hosting plans on two different providers. on one I run a wordpress instance and I wanna use vue to get the data from the API to display them on the secon domain on a single page app REST powered website. My question is, can I hide the public access on the wordpress installation and let the api continue working to pass data to the second host?
Share Improve this question asked Apr 9, 2020 at 18:08 sialfasialfa 32910 silver badges29 bronze badges 2- 1 Yes, you can hide the public access on the WordPress installation. – Shazzad Commented Apr 9, 2020 at 18:11
- Can you indicate me a way? I'm thinking to use an htaccess on the main wp installation and redirect the users to the other host or delete the htaccess inside wordpress, modify it? – sialfa Commented Apr 9, 2020 at 21:44
1 Answer
Reset to default 0It seems ldp-plugin could provide and answer to your requirement to share the content between two hosts enter link description here
Regards
Amaury