i have 10 domain names which has 2 php files index.php, inside.php only query changes as per site id right now i am uploading 2 pages through ftp to 10 sites
is there any easy way to do this?
i have 10 domain names which has 2 php files index.php, inside.php only query changes as per site id right now i am uploading 2 pages through ftp to 10 sites
is there any easy way to do this?
Use the same document root for all domains, and in your PHP script check $_SERVER[HTTP_HOST]
to determine which hostname is used.