Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#22427 closed defect (bug) (duplicate)

Media uploads tabs use wrong URL

Reported by: developdaly's profile developdaly Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.4.2
Component: Media Keywords:
Focuses: 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 12 years ago.
Screenshot of URLs

Download all attachments as: .zip

Change History (2)

@developdaly
12 years ago

Screenshot of URLs

#1 @SergeyBiryukov
12 years ago

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