Serving assets through Reverse Proxy URL
-
When setting up WordPress to be used as the “origin” (origin.com) through Reverse Proxy, one of the steps is to change both the WP_SITEURL and WP_HOME to the remote Reverse Proxy URL (remote.com/origin).
The problems I’m facing here are:
1- All the assets (/wp-content, /wp-includes etc..) are returning 404 errors since they try to load from “remote.com/origin” but physically live in “origin.com”
2- Cannot access the WP Admin Dashboard from remote.com/origin/wp-admin
3- Ajax is not working since wp-admin/admin-ajax.php
Is there any setting I am missing on the Worpdress/Apache side or on the Proxy Server to make the assets work via “remote.com/origin” ?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Serving assets through Reverse Proxy URL’ is closed to new replies.