[wp-trac] [WordPress Trac] #18944: wrong url in sortable column headers when behind a reverse proxy
WordPress Trac
wp-trac at lists.automattic.com
Fri Oct 14 11:50:57 UTC 2011
#18944: wrong url in sortable column headers when behind a reverse proxy
--------------------------+-----------------------------
Reporter: gamboz | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.2.1
Severity: normal | Keywords:
--------------------------+-----------------------------
Hi, I have a wordpress site behind a reverse proxy. All works fine but for
the urls used in the headers of sortable columns.
For instance, the links of "Title", "Author", etc. of the table of posts
in wp-admin/edit.php --> Posts report something like "http://backend
/backend-dir/..." while they should be "http://frontend/frontend-dir/...".
I don't think this is a proxy configuration problem because, AFAICS, the
rest of the site is working: I can make posts, pages, media, install
themes and plugins.
I tried to play with $current_url al line 649 of
wp-admin/includes/class-wp-list-table.php
but with no luck.
I suppose that pagination may have the same problem.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18944>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list