Markus Riedel
New Pleskian
Hello,
I created two websites:
domain1.com is holding a folder with images in this path:
I would love to access these images with domain2.com. I created a symbolic link folder in:
If I now go to subdomain.domain2.com/uploads/images/IMAGE.PNG I'll get this message:
Server Error 403 Forbidden You do not have permission to access this document.
I changed permission to 755 in the folders and files from domain1.com.
What is the issue?
Best regards,
Markus.
I created two websites:
- domain1.com
- domain2.com
domain1.com is holding a folder with images in this path:
Code:
/var/www/vhosts/domain1.com/httpdocs/public/uploads/images
I would love to access these images with domain2.com. I created a symbolic link folder in:
Code:
/var/www/vhosts/domain2.com/subdomain.domain2.com/
lrwxrwxrwx 1 root root 52 -sniped- uploads -> /var/www/vhosts/domain1.com/httpdocs/public/uploads/
If I now go to subdomain.domain2.com/uploads/images/IMAGE.PNG I'll get this message:
Server Error 403 Forbidden You do not have permission to access this document.
I changed permission to 755 in the folders and files from domain1.com.
What is the issue?
Best regards,
Markus.