Opened 6 months ago

Closed 6 months ago

#22427 closed defect (bug) (duplicate)

Media uploads tabs use wrong URL

Reported by: developdaly Owned by:
Priority: normal Milestone:
Component: Media Version: 3.4.2
Severity: normal Keywords:
Cc:

Description

I have a reverse proxy setup to where server 1 is pointing example.com/blog at server 2 and I think it exposed a bug where the media tabs use the wrong URL. Additionally, WordPress is in a subdirectory /wp/.

I have this setup:
WP_HOME: example.com/blog/wp
WP_SITEURL: example.com/blog

... yet the media tabs use the URL: /wp/wp-admin/media-upload.php?post_id=1&TB_iframe=1&tab=gallery

when they should use this URL: /blog/wp/wp-admin/media-upload.php?post_id=1&TB_iframe=1&tab=gallery

Attachments (1)

screenshot.png (42.8 KB) - added by developdaly 6 months ago.
Screenshot of URLs

Download all attachments as: .zip

Change History (2)

Screenshot of URLs

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.