View Single Post
  #1  
Old 05-14-2009, 06:45 PM
fastproxy fastproxy is offline
Senior Member
 
Join Date: Nov 2007
Posts: 95
Default symbolic link does not work in 4.0.3

Hi,

I just upgraded to 4.0.3 and my symlink setup does not work.

What i do is linking 2 folder so that i can access same images from different domain.
for example: domain1.com/upload/images.jpg
can be access by: domain2.com/upload/images.jpg
without actually copy images to domain2 folder.

What i do i plesk: ( when in domain 2 folder)
ln -s /var/www/vhosts/domain1.com/httpdocs/upload upload

But now the images in domain2 does not work anymore.

Do you know how can make it work again?
Reply With Quote