• I realize there’s a ton of (mostly outdated) threads around here discussing a healthy WPMU site running behind an Apache2 proxy, but I have yet to find one that runs correctly. I’m always running into issues with scripts loading from the internal URI, or the login/registration pages broken. Does anybody have a working setup they’d like to share?

    Current proxy config:

    ProxyPass /wptest/ http://wordpress.site.tld/wptest/
    ProxyHTMLURLMap http://wordpress.site.tld/wptest /wptest
    <Location /wptest/>
            ProxyPassReverse http://wordpress.site.tld/wptest/
            ProxyHTMLURLMap / /wptest/
            ProxyHTMLURLMap /wptest /wptest
    </Location>

    I’m about ready to throw in the MU towel and just run individual WP instances.

  • The topic ‘Apache2 ReverseProxy configuration’ is closed to new replies.