Wordpress Multisite & Multi-Domain

(Read this, then delete it before you post.) To get the best help possible, please:

  • explain what you are trying to do,
    I am trying to have multiple domains for use with multisite wordpress installation
  • show what you have already tried,
    I have setup wordpress multisite and it works properly with multiple domains. I was able to get in my caddyfile to work properly using the below code for one of the sites (not the main wordpress site). The admin page does not work for the subsites, but the main wordpress site works properly. It ends up doing an endless look.
    sub1.testdomain.tk {
    tls EMAIL@gmail.com
    root /var/www/wpms.tesdomain.tk
    gzip
    fastcgi / /var/run/php5-fpm.sock php
    rewrite {
    if {path} not_match ^/wp-admin
    to {path} {path}/ /index.php?_url={uri}
    }
    }

Curious if anyone has been able to get a successful wordpress multisite with multiple domains mapping. Thanks for any and all help!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.