Title: reverse proxy multisite
Last modified: April 27, 2021

---

# reverse proxy multisite

 *  [crypt0z](https://wordpress.org/support/users/crypt0z/)
 * (@crypt0z)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/reverse-proxy-multisite/)
 * I am trying to proxy 2 domains, example.com and website.com with example.com 
   is my primary domain for wordpress. My primary site is working but I get `Error
   during SSL Handshake with remote server` when connecting to second site. DNS 
   and route is set up for each domain to reach the proxy that passes https to apache
   server. do I pass to IP or website.com or website.example.com?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Freverse-proxy-multisite%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [shannon451](https://wordpress.org/support/users/shannon451/)
 * (@shannon451)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/reverse-proxy-multisite/#post-14424080)
 * The REQUEST_URI variable is not set correctly by the server platform.
    This plugin
   builds each variation of REQUEST_URI by peicing together other available variables.
 * Upload the ‘permalink-fix-disable-canonical-redirects-pack’ folder to the ‘wp-
   content/plugins/’ directory.
    Log into the WordPress dashboard [http://example.com/wp-admin](http://example.com/wp-admin)
   and activate the plugin. Setup your .htaccess file as described below, this is
   the most important step. Make sure the .htaccess file is setup properly. The 
   server requires that you convert end of line characters to UNIX format (LF). 
   Be sure to add a hard return after the last directive. See additional-instructions.
   rtf for a step-by-step.
 * RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f RewriteRule
   ^(.*)$ index.php?q=$1 [L,QSA]
 * If for some reason you’re using this plugin outside of the Concentric/XO shared
   hosting enviroment (assuming Apache) use the following .htaccess rules:
    ` RewriteEngine
   On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
 * I Hope This Will Helps you[.](https://www.mygiftcardsite.pro/)

Viewing 1 replies (of 1 total)

The topic ‘reverse proxy multisite’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 1 reply
 * 2 participants
 * Last reply from: [shannon451](https://wordpress.org/support/users/shannon451/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/reverse-proxy-multisite/#post-14424080)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
