@claytonjames
My scenario is as follows. I have a website that I developed in ReactJS, in addition I have a separate blog created in WordPress. I would like that when I click on “BLOG” on my ReactJS website, I would be redirected to the WordPress blog.
Both are in the same hosting, that is, for example my website would be at: https://www.website.com and my blog would be at https://www.website.com/blog.
I tried to put the wordpress folder inside my build folder created with ReactJS, but didn’t work.
I need the easiest way to do that. Can u help me? Maybe if i configure my nginx.conf?
Thank you!