Hi All is it possible to share a folder (directory) across multiple folders on the same server /www/public_http/images site1/images site2/images site3/images e.g. I have 3 websites on the same linux sever that I would like to use /www/public_http/images as the images folder instead of the [site X]/images so if a person called http://[site X]/images it would be read the /www/public_http/images I know you can use the command ln but this will not allow me to link more than one folder if so what would be the command ? in unix or php