in list of tables “next page” link’s URL is for *backend* webserver
-
I have a frontend webserver (VM ‘armonie’) running Apache, which proxies to and various backend webservers (e.g. VM ‘vesuvio’) running several WordPress instances.
Apache vhosts are used for sites on the frontend (e.g. https://www.pasta.freemyip.com) and for sites on the backend (e.g. vesuvio-wwwpastafreemyipcom.pasta.net).
This works fine, except when I’m listing TablePress tables. The problem there is that the ‘Next page’ and ‘Previous page’ buttons used to view more tables have URLs directly addressing the backend vhost, e.g.:
https://vesuvio-wwwpastafreemyipcom.pasta.net/wp-admin/admin.php?page=tablepress&paged=2
Obviously, from a web browser, this is invalid.
What the link should be is:
https://www.pasta.freemyip.com/wp-admin/admin.php?page=tablepress&paged=2
In WordPress’s own ‘General’ settings, I have the site name set to the frontend vhost. So it looks as if WordPress is not using this information.
Can anybody advise please? I checked the FAQ, documentation and did some searches in this forum, all to no avail. Thanks!
Alexis
- The topic ‘in list of tables “next page” link’s URL is for *backend* webserver’ is closed to new replies.