• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Sharing Images between 8 domains

S

stewartrose

Guest
Good Morning Team,

Small problem I hope some one can help with, if I have a mater domain which holds all the images, and want to share them with other domains without increasing disk size for that domain I should be able to use command ln -s ../../domain/httpdocs/images .
But on pleask 8.3 for linux I get when I try display them from a second domain "You don't have permission to access /thumb/dollhouse-kit-blueberry-pie-246.jpg on this server"

Can anyone suggest a way to overcome this problem..

Best regards and thanks in advance from Alan
 
Hi Seems like no one knows the answer, so here it is..

In root of all the domains put a .htaccess file and add the follow line
Options ExecCGI FollowSymLinks

This then allows you to share files across domains with synlinks..

All the best from Alan
 
Back
Top