wordpress - Two Webapps have the same IP address -


i have webapp setup wordpress specific ip address (which pointed towards custom domain).

the problem is, when add new webapp (also wordpress), gets allocated same ip address first webapp causing redirect first webapp.

i have setup second webapp same subscription plan , using same database both.

also, first time made second (ever) webapp, has own seperate ip, due issue, deleted , made new webapp same name. whatever , no matter how many new webapps make, have allocated ip same first webapp. solutions?

thanks!

azure web apps created behind set of load balancers differentiate between web apps based on incoming request.

if 2 web apps located @ example.com , example.org , have configured both in dns point same ip address, load balancers @ front should decide send request based on requested.

this going problem of using same backend database 2 different wordpress sites. (unfortunately i'm not wordpress expert, can't comment on might - answer know wordpress, clear not azure issue)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -