• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Share access between domains

cmaxwell

Regular Pleskian
Can anyone advise if it is possible to share read/write access to a directory between 2 domains on a Plesk for Windows server?

For example, we have a directory on domain1.com and we would like domain2.com to be able to read and write to that directory.

I know this can be done on Unix by setting the directory permissions to 777. I have tried all of the options in the Plesk control panel (web directories, virtual folders, etc) and could not find anything which would let the directory be accessed from other domains on the server.

Any help would be greatly appreciated.

Thanks.
 
The instructions below use assume "dom1" is your shared folder account and "dom2" is the account you want to grant access from.

You'll need to login to the Terminal Services. Right-click on the folder in question under dom1, select security, 'advanced', 'add', 'advanced' (a different one), 'find now', find the "IUSR_dom2" account and click OK a couple times. You should see a permissions for 'folder' dialog. Change 'apply onto' to "files only" then check the box for 'allow' under 'list folder/read data", "read attributes", "read extended attr", and "read perms". Check the box for "apply these perms to obj within this container only". Click OK until you get back to the folder view.

Now open IIS, your server, web sites, and right-click on dom2, selecting 'new > virtual directory'. Click next, then enter the 'alias' (if you want the path to the files to be "www.example.com/shared/" use "shared"), next, browse to the shared folder, next, check 'read', next, finish.

That oughtta work.
 
Back
Top