View Single Post
Old 04-27-2004, 03:58 PM  
jayeff
Confirmed User
 
Join Date: May 2001
Posts: 2,944
You can access via SSI files and directories across domains on a single machine. But first you need to set up an alias for each directory (tree) that you want to be able to address in this way.

You do this in httpd.conf and an example would be:
Alias /common /full_server_path_to_one_of_your_domains/common

Using that example, you would then be able to address files and subdirectories in the directory "common" using the same SSI commands as if that directory existed on each domain. BTW this works not only for SSI includes, etc., but also for normal href= calls, img src= etc.
jayeff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote