Forum Moderators: phranque
In order to minimize on-going maintenance (of the symlinks, for example), the usual approach is to define "Alias" directory-paths in the server config file, so that all requests for "common files" (for example, scripts in "/cgi-bin") are rewritten to a different, shared, filepath regardless of which host they are requested on. If you do not have the server privileges needed to define Aliases, another option is to use mod_rewrite, but the mod_alias approach is more efficient.
Jim