Is any possible to multiple site access a same folder

#1
I have couple OC website in same host

|$SERVER_ROOT
--|site
--|$VH_HOST 1
--|$VH_HOST 2
--|$VH_HOST 3
--|$VH_HOST 4

is any possible all the website access the same image folder?
every website can upload and use image in same image folder

if possible, how can I do that? it would be helpful that i can get any keyword or doc
 

serpent_driver

Well-Known Member
#2
I'm not shure if you are right in this forum, because this forum is for LiteSpeed web server support and LScache plugins.

Nevertheless, it is possible what you ask for. Create a subdomain with own document_root where you can place all images and where all shops can access the images.
 

AndreyPopov

Well-Known Member
#3
is any possible all the website access the same image folder?
every website can upload and use image in same image folder
yes.
sets access rights for image folder to "ALL"
create symlinks to this image folder

|$SERVER_ROOT
--|site/<image folder>
--|$VH_HOST 1/ simlink to <image folder>
--|$VH_HOST 2/ simlink to <image folder>
--|$VH_HOST 3/ simlink to <image folder>
--|$VH_HOST 4/ simlink to <image folder>
 
Top