• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Set up "site" for centralized includes

A

Andrew Wilkes

Guest
I am migrating existing ASP sites to a dedicated server which runs Plesk. We have a service site which contains admin pages for the database and server side include file that are accessed using the XMLHTTP object from other sites so that content is centralized and changing one include will change all the sites. At present the service site is accessible by its IP address and is on a different server to the sites which access its include files.
The service site will go on the same server as all the other sites. When this happens I want the other sites to access the includes locally without having to go through external name servers. The admin pages need to be accessible from the internet as normal web pages but only to those who are told how to find it. Is a subdomain the way to go about this?
 
...I want the other sites to access the includes locally without having to go through external name servers. The admin pages need to be accessible from the internet as normal web pages but only to those who are told how to find it. Is a subdomain the way to go about this?

They could be, but it wouldn't provide you the ability to use contents as ASP includes.

I've actually written a couple utilities that manage most of this in order to map a folder from one site (with the correct permissions) to all the non-service sites (ie; not to webmail, plesk, and so forth, but they are mapped to example.com, example.org, and example.net if those are "sites" in IIS).

PM me for the code.
 
Do these utilities allow the includes to be included directly as if they were on the same site, without having to use the XMLHTTP object?
 
Back
Top