Hey there, I have 5 different sites with 5 different IP’s on cyberwurx shared account. How can I install wordpress multisite and use the domain mapping plugin and also keep my sites on different IP’s?
Any ideeas?
Ty!
Hey there, I have 5 different sites with 5 different IP’s on cyberwurx shared account. How can I install wordpress multisite and use the domain mapping plugin and also keep my sites on different IP’s?
Any ideeas?
Ty!
You must be logged in to post a comment.
WordPress won’t care about the IPs, It’s Apache’s job to map IPs to your vhosts. You need to look at the Apache config: set up either 5 separate
VirtualHost
entries that all point to the sameDocumentRoot
, or tell Apache to listen on all available IPs, and use a wildcard match on a singleVirtualHost
section.