php - One domain working on different servers -


i have wordpress site on share-hosting server , want use php script cannot run on share-hosting one.

so thinking if can have on share-hosting (server1) wordpess site (http:// mysite dot com) , when types url path (http:// mysite dot com/php-script) directed vps server (server2) php-script run.

is possible? , how can it? if not have on mind can do?

thanks time :)

this possible when create different subdomains.

if set subdomain in dns-settings 'server2.address.lol', can redirect subdomain ip-address , server.

you have create a-record.

after set up, can redirect php-file on subdomain. example: http://server2.example.lol/script.php


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -