Title: Having trouble proxying WordPress using mod_proxy
Last modified: August 19, 2016

---

# Having trouble proxying WordPress using mod_proxy

 *  [wpguy2011](https://wordpress.org/support/users/wpguy2011/)
 * (@wpguy2011)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/having-trouble-proxying-wordpress-using-mod_proxy/)
 * Hi There,
 * I’ve installed WordPress on a server under /my_blog/ it is configured to work
   as [http://www.mysite.com/blog1/](http://www.mysite.com/blog1/)
 * Now, [http://www.mysite.com](http://www.mysite.com) points to a different server.
   This has Apache with mod_proxy and I’ve added the following line to httpd.conf
 * ProxyPass /blog1 [http://192.168.100.60/my_blog](http://192.168.100.60/my_blog)
 * But whenever I hit [http://www.mysite.com/blog1/](http://www.mysite.com/blog1/)
   I get the “Nothing found for My_blog” error. Do I need to hack something in order
   to get this working?
 * Contents of .htaccess on the 192.168.100.60/my_blog/
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /my_blog/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /my_blog/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * This diagram should give you more info on what I am looking to achieve.
    [http://filedb.experts-exchange.com/incoming/2011/03_w12/429694/LoadBalancing-via-mod-proxy.JPG](http://filedb.experts-exchange.com/incoming/2011/03_w12/429694/LoadBalancing-via-mod-proxy.JPG)
 * Please help.

Viewing 1 replies (of 1 total)

 *  Thread Starter [wpguy2011](https://wordpress.org/support/users/wpguy2011/)
 * (@wpguy2011)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/having-trouble-proxying-wordpress-using-mod_proxy/#post-2004728)
 * Is there a way to get this working please?

Viewing 1 replies (of 1 total)

The topic ‘Having trouble proxying WordPress using mod_proxy’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [wpguy2011](https://wordpress.org/support/users/wpguy2011/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/having-trouble-proxying-wordpress-using-mod_proxy/#post-2004728)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
