wp multisite - domains under different DA users

johannes

Verified User
Joined
Feb 18, 2007
Messages
1,038
I did read, that the best option for wp multisite is to symlink the public_html directories. Its clear, if the domains are all under the same DA user.
But would it work, if the domains are under different DA users? Would it be enough, to adjust the user rights of the symlink? And whats about SSL certs then?
 
don't think it will work, there not only permissions but also owner/openbasedir/jailshell etc. you will need a lot of customizations
 
Hello,

I did read, that the best option for wp multisite is to symlink the public_html directories. Its clear, if the domains are all under the same DA user.
But would it work, if the domains are under different DA users? Would it be enough, to adjust the user rights of the symlink? And whats about SSL certs then?

No, it would not work. No, it would not be enough. SSL is not an issue here. But permissions and open basedir will cause issues, and reading operations are the least ones. More issues might occur with writing operations.
 
WP Multisite is only really meant to be used on 1 domain, or 1 account with a shared database, redis and file/object storage. Splitting it over various accounts, servers and the like and you'll open yourself up to all sorts of performance issues and extensive maintenance as others have said.

What exactly is your end goal here?
 
Back
Top